Big O Notation- Into & OverviewIn many programming languages there are often multiple ways of completing the same task, this is especially true for JavaScript. So in…Oct 5, 2020Oct 5, 2020
Overcoming Whiteboarding InterviewsWhiteboard interviews can seem really daunting to engineers these days because we’re all so comfortable with our text editors. The thought…Sep 10, 2020Sep 10, 2020
Callback Queue vs. Microtask QueueIn my previous article JavaScrip “Asynchronous” Nature Unmasked! I dove into the rabbit hole of JavaScript under the hood. Unsurprisingly…Aug 30, 2020Aug 30, 2020
Closures in JavaScript (Simplified)When I first started programming in JavaScript I thought to myself, “Once I get the syntax down this will be a piece of cake”. That was…Aug 24, 2020Aug 24, 2020
JavaScrip: “Asynchronous” Nature Unmasked!When first learning JavaScript I found myself focusing on memorizing the proper syntax as well as understanding how variables and…Aug 16, 2020Aug 16, 2020
Fetching in ReactLong story short, I feel the above image in a spiritual level. I, like many other Vanilla JS developers, thought I could fetch with my…Jan 21, 2020Jan 21, 2020