Senior Software Engineer | Full Stack Developer
Nothing here yet.
'this' is a special keyword in JavaScript that confuses the developers. Let's break down the core concept behind 'this'. 'this' keyword in JavaScript represents the object it's currently associated with during the execution. By default, this repres...

SOLID principles are five design principles applicable to object-oriented design which makes code understandable, maintainable and extensible. Why do we need SOLID? Most of the real-world applications we come across in daily life are complex, it inco...
