Developer Guides
Long-form developer guides for architecture, frontend systems, backend delivery, and platform decisions that need more depth than a quick tutorial.
The Practical Guide to React Server Components
A practical React Server Components guide for teams deciding what to render on the server, what to keep interactive, and how to migrate safely.
Mastering Node.js: From Beginner to Production
Go from Node.js basics to production architecture with clearer mental models for the event loop, async I/O, service structure, and deployment.
The Complete Guide to Docker and Kubernetes
Understand the real boundary between Docker and Kubernetes so you can choose simpler platforms when they fit and orchestration when it truly helps.
Building Scalable APIs with Go and Gin
Learn how to build scalable Go APIs with Gin, from routing and dependency boundaries to concurrency, observability, and latency control.
Modern CSS Beyond Flexbox and Grid
Use modern CSS features such as layers, tokens, scopes, and container queries to build frontend systems that scale cleanly.
The Data Science Roadmap for Software Engineers
A practical data science roadmap for software engineers who want to learn statistics, experimentation, modeling, and production ML in the right order.

Web Development Roadmap for Beginners
Learn the web development roadmap for beginners by understanding how the web works, including URLs, DNS, HTTP, web servers, and the difference between frontend and backend.