All Posts
Mastering Object-Oriented Programming (practicing-OOP) with a Simple Task Manager in JavaScript
Practice practicing-OOP by creating a Task Manager in Vanilla JavaScript
The Event Loop: Why JavaScript Isnât Really Single-Threaded
An explanation of how the JavaScript Event Loop works and why JavaScript isn't really single-threaded.
Memoizing... what?
Memoizing is all around us in CS, but what can we do about it?
Inheritance? prototype?
JavaScript is a dynamic language, and it has a prototype chain! how cool is that?
Closures Explained Like Youâre Five
A beginner-friendly explanation of JavaScript closures with simple examples.
The Weird Parts of JavaScript: Hoisting, Coercion, and More
hoisting, type coercion, and some other odd behaviors
Unraveling the mysteries of deep cloning in JavaScript! đ§©
Welcome to the world of deep cloning â a game-changer in the coding realm!
Angular: What is it, really?
In this post, we take a close look at Angularâexploring its strengths, why it's so well-liked, and even how it stacks up against trendy new frameworks.
Ending 2023
A small recap on how my year has been
ForEach() vs Map()
Ever found yourself in the JavaScript jungle, wondering about the difference between forEach() and map()?
Errors in the JS world
Lots of errors, all with their funny naming, where to start?
JavaScript, a good start?
JavaScript is the most important programming language for web development. You probably don't know it well enough!