#software-engineering
Read more stories on Hashnode
Articles with this tag
2022 was not a good year financially because I did so many mistakes knowingly or unknowingly that, eventually, made me lose INR 500K over the course...
10 Things I Wish I Learned Earlier as a Software Developer · Don't try to be a super programmer, nobody expects you to be doing super complicated things...
The Art of reading Developer Documentation · Introduction: If you want to get better at programming, there are two things you have to do: Practice...
Setup ".env" files in Django · Django does not come with built-in support for dot env(.env) files. But we have an amazing Python package for that. Let’s...