# Object Oriented Programming as intended by the original creator, Alan Kay
In object oriented programming, It’s widely taught, misunderstood, misused that inheritance is “the basic building block” of OOP by the books.
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…
There has been a significant push from online courses, influencers, and governments promoting the idea that everyone should learn to code. The push is fueled by the booming popularity of online…
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…