
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.

The Difference Between JavaScript Callbacks and Promises. 
Array.find(), Array.some(), and Array.every() in JavaScript. Array.find(),Array.some(), andArray.every()in JavaScript
Understanding CSS Transitions. Understanding CSS Transitions

Object.is() vs. Strict Equality in JavaScript. Object.is()vs. Strict Equality in JavaScript
What is CORS and Why is My JavaScript fetch Blocked? What is CORS and Why is My JavaScript
fetchBlocked?
Creating and Dispatching Custom Events in JavaScript. Creating and Dispatching Custom Events in JavaScript

Mastering CSS for Freelance Web Development Projects. Mastering CSS for Freelance Web Development Projects

What are CSS Preprocessors, and Why Should You Use Them? What are CSS Preprocessors, and Why Should You Use Them?

Object.freeze(), Object.seal(), and preventExtensions(). Object.freeze(),Object.seal(), andpreventExtensions()
CSS visibility: Hiding Elements Without Affecting Layout. CSS
visibility: Hiding Elements Without Affecting Layout
Controlling Element Transparency with CSS opacity. Controlling Element Transparency with CSS
opacity
Optimising HTML Markup for SEO. Optimising HTML Markup for SEO

Number.isNaN(), Number.isFinite(), and Number.isInteger() in JavaScript. Number.isNaN(),Number.isFinite(), andNumber.isInteger()in JavaScript
Browser vs. Node.js in JavaScript: Why Code Works in One and Fails in the Other. Browser vs. Node.js in JavaScript: Why Code Works in One and Fails in the Other

Understanding CSS Positioning. Understanding CSS Positioning

Function Declarations vs. Function Expressions vs. Arrow Functions. Function Declarations vs. Function Expressions vs. Arrow Functions

String.startsWith(), endsWith(), and includes() in JavaScript. String.startsWith(),endsWith(), andincludes()in JavaScript
Understanding Phantom window.resize Events in iOS. Understanding Phantom
window.resizeEvents in iOS