Backend has never been this interesting...

Caleb - Jun 29 - - Dev Community

I always thought to myself of how amazing backend programming is and how interesting it is to make things work in the most dynamic and amazing ways.
I always find myself trying to solve the puzzles of how things were put together and how I can replicate my thoughts with programs, and backend development has been the answer.
I took it upon myself to learn python for backend development. it's been two months since I started learning python and it has been an amazing experience not to talk of the problems I have solved for myself using python language.
Recently I had a problem of accepting user's information, storing them and giving it back when requested.
I started putting the pieces together to make up for the perfect outcome, I created a function that accepts a dictionary as a parameter and in the function, I prompted the user to input their details and assigned them to the dictionary in the function parameter. and when they are done inputting their details, I used a foe loop to display the user's information to the then.
I was very happy after achieving this feat.
I want to further my learning by participating in the ongoing HNG internship cohort https://hng.tech/internship and use the opportunity to elevate my skills in backend development. Not just hard skills but more of soft skills and work experience and opportunities to real word assessment in https://hng.tech/premium

.