Data Types in Javascript (in progress)

Today's article is going to be a continuation of the series I introduced in my last blog post  here (basically I will be writing about different ba…

Javascript 101: Let's talk about Variables

Today's blog post is a special one because I'm introducing a new series on my blog which is basically "an introduction to Javascript bas…

What is the difference between a Front-end, Back-end & Full-stack developer?

Today on my blog, I will be writing about the differences between three types of software developers. Oftentimes, people don't know the differenc…

My Top 5 VS Code Keyboard Shortcuts (macOS & Windows)

Today's article is about my top 5 VS Code keyboard shortcuts that help to boost my productivity as a front-end developer. In my previous article a…

Difference between Optional Chaining Operator (?.) & Nullish Coalescing Operator (??) in Javascript

Today's article is one I have to say I just learned about recently & also started using as well. Knowing this has made my programming journey…