10 Things I Wish I’d Learned Earlier as a Software Developer
10 Things I Wish I Learned Earlier as a Software Developer
Dec 19, 20223 min read184

Search for a command to run...
Articles tagged with #developer
10 Things I Wish I Learned Earlier as a Software Developer

Vim is beautiful, once you start using it, there is no coming back.

The Art of reading Developer Documentation

Introduction: Debugging is the skill which I feel very few do it perfectly. But it is a must-have skill for every programmer. In Python, you can easily debug your code with the help of python’s breakpoint() function. Note: There are other ways to deb...

Setup ".env" files in Django

Scale & Optimize a Django application to scale
