
Web Development
This hub collects our best resources on front-end and full-stack web development. Whether you are just learning HTML or digging into advanced JavaScript patterns, you will find structured reading lists, guides, and learning paths here. Use the cards below to jump into a topic, or start with our recommended learning path if you want a guided sequence.
Curated Reading List
Pro JavaScript Techniques
Advanced closures, prototypal inheritance, and DOM patterns that experienced developers actually use in production.
Dynamic HTML: The Definitive Reference
The comprehensive reference for DOM manipulation, CSS integration, and cross-browser event handling.
AJAX Development Reading List
Asynchronous web programming fundamentals—XMLHttpRequest, JSON, and the patterns that evolved into modern fetch APIs.
JavaScript Reading List
Curated collection of JavaScript resources from language fundamentals to advanced design patterns and framework architecture.
3D Programming Reading List
WebGL, three.js concepts, and 3D rendering pipelines for browser-based visualization and interactive graphics.
Recent Updates
TypeScript Modern Checks That Prevent Runtime Bugs
Practical TypeScript compiler options and coding patterns that catch real bugs before they reach production. Covers strict mode, branded types, and exhaustive checks.
Caching Strategy for Static and Hybrid Sites
A decision framework for choosing cache headers, CDN rules, and invalidation strategies across fully static, ISR, and hybrid rendering architectures.
Frontend Performance Budgets: Ship Less JavaScript
How to set meaningful performance budgets for JavaScript bundles, enforce them in CI, and make trade-off decisions when budgets are exceeded.
Fix High INP: Long Tasks and Event-Handler Patterns
Practical techniques for reducing Interaction to Next Paint scores by breaking up long tasks, deferring non-critical work, and restructuring event handlers.
How to Use This Hub
- → Start with the Starter Path if you are new to web technologies
- → Use Reading Cards for quick topic overviews and chapter breakdowns
- → Check the level tags to find material that matches your experience
- → Explore our HTML Basics for Reading guide for foundational concepts