JavaScript Basics: Closures and Lexical Scope

April 12, 2026

A practical, first-person walkthrough of closures and lexical scope in JavaScript, with simple examples, common bugs, and the mental models that finally made the topic click for me.

React Router and Navigation

October 3, 2025

This post introduces React Router and shows how to build multi-page applications in React. You’ll learn how to set up routes, use dynamic parameters, create protected pages, and navigate programmatically—while comparing these patterns to Angular’s built-in Router. By the end, your Todo app will evolve into a fully navigable multi-page app.