/ posts / 8
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…
In the world of frontend development, simplicity is often overlooked in favor of the latest and trendiest technologies. As developers, we’re bombarded with new libraries, frameworks, and tools that…
Authentication is one of the hardest thing to do. Even when almost every application that you need to implement nowadays (Client-To-Server), needs an authentication system.
Today, I’m going to debunk…