web
3 articles about web.
CSS Grid in 2026: Subgrid Is Everywhere — Here's How to Actually Use ItCSS Subgrid reached full cross-browser support in 2023 and is changing how developers build complex layouts. This guide covers the Grid fundamentals you need, how Subgrid solves the alignment problem, and when Grid beats Flexbox.2 June 2026 · 5 min read
URL Encoding Explained: Why Your Links Break and How Percent-Encoding Fixes ThemWhat percent-encoding actually is, which characters must be encoded in a URL and why, the difference between encodeURI and encodeURIComponent in JavaScript, and common bugs it causes in production.28 May 2026 · 5 min read
CORS Errors Explained: Why Your Browser Blocks the Request (and the Exact Headers That Fix It)A scenario-first walkthrough of how CORS works — why the Same-Origin Policy exists, what each CORS error message means, preflight requests explained, and exactly which server headers fix the problem.26 May 2026 · 6 min read