// writing
Posts on development — Page 7
A mix of technical deep-dives, career reflections, and dispatches from the road.

developmentApr 26, 2026· 3 min
CSS Cascade Layers: Finally Taking Control of Specificity
The @layer rule gives you explicit control over which CSS wins when rules conflict. Here's how cascade layers work and how they change the way you structure stylesheets.
read more →

developmentApr 19, 2026· 3 min
Edge Functions: Running Code Where Your Users Are
Edge functions run your code in data centers close to users, eliminating the latency of a centralized origin server. Here's what they're good for and how to build with them.
read more →

developmentApr 18, 2026· 3 min
Progressive Web Apps in 2026: Offline-First Patterns That Actually Work
PWAs have matured significantly. Between Workbox's caching strategies, the Background Sync API, and the Web App Manifest improvements, building offline-capable apps is more practical than ever.
read more →

developmentApr 5, 2026· 3 min
Node.js 22 LTS: The Features Worth Knowing About
Node.js 22 became the active LTS in October 2024, bringing a native test runner, built-in watch mode, require() for ES modules, and much more. Here's what's useful in practice.
read more →

developmentApr 2, 2026· 3 min
Zustand: Lightweight State Management That Stays Out of Your Way
Zustand is a minimal global state library for React that skips the boilerplate entirely. Here's how it works, when to reach for it, and patterns that scale well.
read more →

developmentMar 17, 2026· 3 min
TanStack Query v5: Data Fetching Done Right
TanStack Query v5 cleaned up the API, unified the mental model, and added first-class support for infinite queries and streaming. Here's what changed and why the library remains the standard.
read more →

developmentMar 7, 2026· 3 min
Web Workers: Keeping Your UI Smooth When the Work Gets Heavy
JavaScript is single-threaded, but that doesn't mean your UI has to freeze during heavy computation. Web Workers give you real parallel execution — here's how to use them well.
read more →

developmentFeb 26, 2026· 3 min
Vitest: Modern Unit Testing That Doesn't Fight Your Toolchain
Vitest brings Jest-compatible testing to Vite projects with native TypeScript support, in-source tests, and a dramatically faster watch mode. Here's how to get started.
read more →

developmentFeb 9, 2026· 3 min
Astro 5: Content Collections v2 and Server Islands Explained
Astro 5 ships a redesigned Content Layer and a powerful Server Islands feature that brings dynamic personalization to static sites. Here's what changed and why it matters.
read more →
// the newsletter