#best-practices
Read more stories on Hashnode
Articles with this tag
As I gear up for the Node.js Application Developer certification (JSNAD), I've turned my study notes into this blog post to help supercharge your...
Over the course of my career in software development, I have come across various methodologies, techniques, and practices. Among these, one concept...
Object-Oriented Programming (OOP) is a popular paradigm that's been widely used for decades. It is a powerful tool that allows us developers to model...
Let's have a look on the philosophy and techniques behind creating reusable React components, as advised by the React and Netflix teams themselves. ·...
Exceptions are often handled indiscriminately, but there are only two cases when you should do it. Here’s how to make the best use of exceptions. · It is...