Skip to main content
Collection6 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,Amytis,Amytis Team

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.

2026-02-091 min read测试

中文测试文章

这是一篇用于测试中文文件名和内容支持的文章。

6 Parts