#best-practices
Read more stories on Hashnode
Articles with this tag
Python's Zen is where most of the Software Design and Development terms are explained pretty simply in. It's created by Tim Peters and all it takes to...
A quick overview on Ellipsis (...) in Python + use-cases and practices! ยท This article might seem quite interesting, especially to those who don't write...
Prevention is better than cure! ยท Bugs.. they're everywhere but today we're going to end their life. While you're reading this blog post, tens of bugs...
In this non-technical blog post, I'm going to talk about some tips that help you towards better impressions and engagement on your next technical...
This way, you will have full control of your Git history and commits. ยท Commits represent the developments. Git is a line-based Version Control System...
A theoretical point of view about /*Commenting*/ concept in programming. You'll hesitate on writing your next comment. ยท Have you ever thought about the...