
Articles
Front‑end Development, page 13 of 19
Front‑end web development is my personal niche, it is the art of creating visual and interactive elements for a website, including layout, design, and interactivity, using HTML, CSS, and JavaScript.
Below you will find a subset of articles from my blog specifically about Front‑End 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 thirty‑one collected together for you below.

Custom _app and Custom _document in Next.js. Custom

Understanding the JavaScript Event Loop. Understanding the JavaScript Event Loop

Creating Interactive User Interfaces with HTML, CSS, and JavaScript. Creating Interactive User Interfaces with HTML, CSS, and JavaScript

Simplify Asynchronous JavaScript with async/await. Simplify Asynchronous JavaScript with
async/await
How to Prevent Race Conditions in JavaScript with AbortController. How to Prevent Race Conditions in JavaScript with
AbortController
Using next/link for Client‑Side Navigation. Using
next/linkfor Client‑Side Navigation
Event Delegation in JavaScript. Event Delegation in JavaScript

The React Context API: When to Use It and When Not to. The React Context API: When to Use It and When Not to

Merging Multiple Objects in JavaScript. Merging Multiple Objects in JavaScript

Event Bubbling vs. Capturing in JavaScript. Event Bubbling vs. Capturing in JavaScript

Leveraging JavaScript Frameworks for Efficient Development. Leveraging JavaScript Frameworks for Efficient Development

The Fetch API for Beginners: Get, Post, JSON, and Errors. The Fetch API for Beginners: Get, Post, JSON, and Errors

Tagged Template Literals in JavaScript. Tagged Template Literals in JavaScript

Escaping and Unescaping Special Characters in JavaScript. Escaping and Unescaping Special Characters in JavaScript

Integrating CMSes with HTML, CSS, and JavaScript. Integrating CMSes with HTML, CSS, and JavaScript

React Error Boundaries Explained. React Error Boundaries Explained

Manipulate Elements with CSS transform. Manipulate Elements with CSS
transform
Object.keys(), Object.values(), and Object.entries() Explained. Object.keys(),Object.values(), andObject.entries()Explained