/ posts / 6
The idea of DRY is to avoid repetition. If multiple places use the same code, why should we write it multiple times? Instead, we should write it once and reuse it. This is a good practice and helps…
In modern web development, creating clear and manageable paths for your APIs and frontend routes is crucial. Take a look at these examples:
React, the most popular JavaScript framework for building user interfaces, leverages state management to efficiently update and re-render components. In the early days of web development, developers…
In object oriented programming, It’s widely taught, misunderstood, misused that inheritance is “the basic building block” of OOP by the books.
Object-Relational Mapping (ORM) is an anti-pattern that should be avoided at all costs.
The how is what you needed most for getting anything done. But in order to connect the dots, you must collectively consider the why.
Years of experience often be one of the most gauge when it comes…