Blog - Page 8

Here are all my latest blog posts. I often write about Web Development, AWS, Serverless and more...

DEVELOPMENT

Changing the colour of VSCode's menu bar

VSCode is already one of the most customisable code editors out there but did you know you can change the menu bar colour per project?

Read More...

DEVELOPMENT

Finding and Updating Outdated NPM Packages

Your NPM packages don't always notify you of an update being available so it's good practice to know how to find and update outdated NPM packages.

Read More...

DEVELOPMENT

JAVASCRIPT

JavaScript Fundamentals: Getters & Setters

JavaScript Getters and Setters are often misunderstood. In this post, I explain the fundamentals of Getters and Setters in JavaScript.

Read More...