Skip to main content
Collection4 Parts

Modern Web Development

A curated path through modern web development: JavaScript fundamentals, React patterns, and deep Next.js mastery.

Start Reading

Written byJohn Hu,JS Ninja,Code Gardener

2026-01-141 min readEngineering

Asynchronous JavaScript

Handling asynchronous operations is critical in JavaScript. The Evolution 1. Callbacks (Callback Hell) 2. Promises 3. Async/Await Code Comparison Using Promises...

02
2025-12-281 min readEngineering

Understanding React Hooks

A deep dive into useState and useEffect with visual diagrams.

03
2026-01-302 min readUncategorized

Part 1: Getting Started with Next.js 15

Setting up the environment and understanding the core philosophy.

2026-01-312 min readUncategorized

Part 2: Routing Mastery

Mastering dynamic routes, parallel routes, and intercepted routes.

4 Parts