I'm a full stack MERN developer.
I'm available for freelancing and mentoring.
Intro JavaScript is hard. Don’t get me wrong, JS is the go-to language to become a full-stack developer in the least time and most miniature tech stack. In the long run though, without the knowledge of the inner workings of JavaSript, your codebase s...

Closures were a rather daunting topic when I first got started with JavaScript. My hope for this article is for you to be able to appreciate the beauty of JavaScript functions and closures. The story of Lexical scope, scope chain and closures… Once u...

I find it easier to understand a technical term when I look it up in the dictionary before starting the topic. In this article, we’ll be following that approach. Scope noun the extent of the area or subject matter that something deals with or to wh...

Since ES6, we got an addition of the let and const keywords. But why was there a need for them in the first place? And since everyone around you is suggesting that let is the new var, should we stop using var altogether? After understanding the diffe...
