Blog

My thoughts, stories, and knowledge, all in one place. I explore approaches to building maintainable and scalable applications.

Deep Dive into Object Oriented Programming (OOP) in JavaScript

Deep Dive into Object Oriented Programming (OOP) in JavaScript

NOVEMBER 02, 20235 MIN READ

Explore how Object Oriented Programming (OOP) works in JavaScript, covering history, objects, prototypes, and ES6 classes

A Closer Look at the 'this' keyword in JavaScript

A Closer Look at the 'this' keyword in JavaScript

AUGUST 26, 20235 MIN READ

Explore the 'this' keyword in JavaScript: its behavior in global scope, functions, methods, and callbacks, with examples