I love learning new words, so I decided to build a word game to help me with my fix. Wordazzle is the word game designed to make the player more articulate, and probably a little more obnoxious. Here is how I built it, technically speaking.
A Philosophy Of Software Design is a fantastic book written by John Ousterhout. In this article I jot down ideas from the book that I find helpful/interesting.
This article is a deep-dive into how promises work under the hood in JavaScript. We look at the Event Loop, Callback Queue and the Microtask Queue and the interplay between these processes.
This article explores how the scoping mechanism works under the hood in JavaScript. Mastering scope is imperative to fully understand more advanced concepts such as closures and callback functions.
This article explores the scoping mechanism in JS. Mastering scope is really important to fully understand higher level concepts in JS, such as closures and callback functions.