
Articles
Development
This is a very broad category within my articles which encompasses any aspect of web development, from initial design and architecture to coding, testing, and deployment.
Below you will find a subset of articles from my blog specifically about Development. This is an area that I have worked with for many years, and have managed to write about quite a few times. There are three hundred twenty collected together for you below.

Understanding setTimeout() in JavaScript. Understanding

The LeetCode Zigzag Conversion Problem in TypeScript. The LeetCode Zigzag Conversion Problem in TypeScript

Common Accessibility Pitfalls in Web Development. Common Accessibility Pitfalls in Web Development

Sorting Objects in JavaScript. Sorting Objects in JavaScript

Commenting in Front‑End Languages. Commenting in Front‑End Languages

Dynamic Array Manipulation with JavaScript's splice(). Dynamic Array Manipulation with JavaScript's
splice()
Using the filter() Method in JavaScript. Using the
filter()Method in JavaScript
Manipulating Strings in JavaScript with split(). Manipulating Strings in JavaScript with
split()
JavaScript String Manipulation: substring() vs. substr(). JavaScript String Manipulation:
substring()vs.substr()
Mastering JavaScript's slice(). Mastering JavaScript's
slice()
Understanding JavaScript's sort() Method. Understanding JavaScript's
sort()Method
Unravelling JavaScript: Commonly Misunderstood Methods and Features. Unravelling JavaScript: Commonly Misunderstood Methods and Features

Using the Modulo Operator in JavaScript. Using the Modulo Operator in JavaScript

Throttling Scroll Events in JavaScript. Throttling Scroll Events in JavaScript

What A Levels Do You Need for Software Engineering? What A Levels Do You Need for Software Engineering?

Higher‑Order Functions in JavaScript. Higher‑Order Functions in JavaScript

Resolving mini‑css‑extract‑plugin Warnings in Gatsby. Resolving
mini‑css‑extract‑pluginWarnings in Gatsby
When to Use var or let or const. When to Use
varorletorconst