
Articles
Development, page 2 of 19
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‑six collected together for you below.

Find Peak Element: Binary Search Without a Fully Sorted Array. 
Graph Traversal: Solving the 'Course Schedule' Problem. Graph Traversal: Solving the 'Course Schedule' Problem

Testing Vue Components with Vue Test Utils. Testing Vue Components with Vue Test Utils

Modified Binary Search: Solving 'Search in Rotated Sorted Array'. Modified Binary Search: Solving 'Search in Rotated Sorted Array'

LeetCode: Solving the 'Merge Two Sorted Lists' Problem. LeetCode: Solving the 'Merge Two Sorted Lists' Problem

Binary Search on the Answer: Solving 'Koko Eating Bananas'. Binary Search on the Answer: Solving 'Koko Eating Bananas'

Understanding Tail call Optimisation in JavaScript. Understanding Tail call Optimisation in JavaScript

Understanding WeakMap and WeakSet in JavaScript. Understanding
WeakMapandWeakSetin JavaScript
React's Virtual DOM vs. the Real DOM. React's Virtual DOM vs. the Real DOM

Best Practices for Vue Router in Large Applications. Best Practices for Vue Router in Large Applications

How JavaScript Handles Memory Management and Garbage Collection. How JavaScript Handles Memory Management and Garbage Collection

Implementing Server‑Side Rendering (SSR) in Vue. Implementing Server‑Side Rendering (SSR) in Vue

Monotonic Stack: Solving the 'Daily Temperatures' Problem. Monotonic Stack: Solving the 'Daily Temperatures' Problem

Generate Parentheses in TypeScript: A Clean Backtracking Walkthrough. Generate Parentheses in TypeScript: A Clean Backtracking Walkthrough

Implementing a Trie in TypeScript: Solving 'Implement Trie (Prefix Tree)'. Implementing a Trie in TypeScript: Solving 'Implement Trie (Prefix Tree)'

Building Efficient Recursive Functions in JavaScript. Building Efficient Recursive Functions in JavaScript

The Execution Context in JavaScript. The Execution Context in JavaScript

Optimising Performance in React with useMemo and useCallback. Optimising Performance in React with
useMemoanduseCallback