Skip to content
// writing

Posts tagged #performance — Page 2

A mix of technical deep-dives, career reflections, and dispatches from the road.

Vue 3.6 Vapor Mode: Opt Out of the Virtual DOM thumbnail
developmentJun 10, 2026· 4 min
Vue 3.6 Vapor Mode: Opt Out of the Virtual DOM
Vue 3.6 Vapor Mode eliminates the virtual DOM for opted-in components, delivering SolidJS-level performance without rewriting a single line of your template logic.
read more →
The Speculation Rules API: Instant Page Navigations Without a Framework thumbnail
developmentMay 28, 2026· 4 min
The Speculation Rules API: Instant Page Navigations Without a Framework
The Speculation Rules API lets you tell the browser which pages to prefetch or fully prerender in the background — delivering near-instant navigations with a few lines of JSON and no framework required.
read more →
Vite 8 + Rolldown: Rust-Powered Builds That Are 10–30x Faster thumbnail
developmentMay 23, 2026· 4 min
Vite 8 + Rolldown: Rust-Powered Builds That Are 10–30x Faster
Vite 8 replaces its dual esbuild/Rollup pipeline with Rolldown, a Rust-based bundler that delivers 10–30x faster production builds — and real teams are already seeing dramatic results.
read more →
React Compiler v1.0: Automatic Memoization Without the Headache thumbnail
developmentMay 12, 2026· 4 min
React Compiler v1.0: Automatic Memoization Without the Headache
React Compiler v1.0 landed in production-ready form and it automatically handles the memoization patterns you used to write by hand — here's what changed, how to set it up, and what it means for your day-to-day React code.
read more →
Edge Functions: Running Code Where Your Users Are thumbnail
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 →
Progressive Web Apps in 2026: Offline-First Patterns That Actually Work thumbnail
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 →
Web Workers: Keeping Your UI Smooth When the Work Gets Heavy thumbnail
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 →
Astro 5: Content Collections v2 and Server Islands Explained thumbnail
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 →
How to Optimize Website Performance in Front-End Development thumbnail
developmentMay 7, 2023· 3 min
How to Optimize Website Performance in Front-End Development
Practical tips for front-end performance optimization — from writing clean and efficient code to image and asset optimization, lazy loading, and reducing unnecessary server requests.
read more →
// the newsletter
Don't miss the next one