Let's talk about Variables

Today's blog post is all about "javascript basics".  In subsequent posts, I will be breaking down a couple of javascript concepts, metho…

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…

5 Differences between Padding and Margin in Web Development

Today's post is about the differences between padding and margin in web development. Without further ado, let's get right into it.