Running out of time…Running out of time “Time waits for no man” and “Time flies” are common phrases we often use to express the ephemerality of time, other times, “good things come to those who wait” and “everything in its own time” are phrase to suggest the opposite id...Aug 2, 2024·2 min read·19
What makes Great people Great?: Greatness vs MediocritySometime last year, I read a quote that I thought deeply about, and it went : “You cannot expect greatness from a soul that is satisfied with mediocrity”. It wasn’t until recently I understood fully the message the writer was trying to pass across . ...Sep 27, 2022·2 min read·164
404 Now Found: Understanding Error Handling in JavaScriptMistakes and failures are an integral part of programming and life in general. Usually, after a mistake in life, we dust ourselves up and try again, but it is hardly so in the world of programming. In JavaScript, when our engine runs into an error ...Aug 31, 2022·4 min read·21
Promise to Call me Back: Understanding Asynchronous JavaScriptJavaScript is single threaded which makes it inherently synchronous, This means code runs line by line on one core of the processor. However if you have functionality that needs to wait on something such as opening a file, a web response or other act...Aug 25, 2022·5 min read·45
Our Little Solar System: Understanding JavaScript ScopeTo approach JavaScript scope, we will liken JavaScript to our solar system. The Solar System contains our star: the sun, the eight planets, sub planets, asteroids, comets, etc. Planets are surrounded by their atmosphere and in them, they have moons,...Aug 9, 2022·3 min read·50