Skip to content
// writing

Posts on development — Page 8

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

Bun vs Node.js: Should You Actually Switch? thumbnail
developmentFeb 3, 2026· 3 min
Bun vs Node.js: Should You Actually Switch?
Bun is fast, ships with a bundler and test runner, and is Node-compatible. But is it actually worth switching your production backend or toolchain? Here's an honest take.
read more →
React 19: The Stable Features You Should Actually Be Using thumbnail
developmentJan 25, 2026· 3 min
React 19: The Stable Features You Should Actually Be Using
React 19 went stable in December 2024. Actions, the use() API, new hooks, and document metadata support are all production-ready. Here's what's worth adopting first.
read more →
Nuxt 4: What's Changing and How to Prepare Your App thumbnail
developmentJan 17, 2026· 3 min
Nuxt 4: What's Changing and How to Prepare Your App
Nuxt 4 brings a restructured project layout, improved data fetching, and a cleaner compatibility layer. Here's what to expect and how to migrate without pain.
read more →
JavaScript Signals: The New Reactivity Primitive Coming to the Platform thumbnail
developmentJan 4, 2026· 3 min
JavaScript Signals: The New Reactivity Primitive Coming to the Platform
Signals are already powering reactivity in Solid, Preact, and Angular. Now there's a TC39 proposal to bring them to the JavaScript language itself — here's what that means.
read more →
The View Transitions API: Smooth Page Animations Without a Framework thumbnail
developmentDec 29, 2025· 3 min
The View Transitions API: Smooth Page Animations Without a Framework
The View Transitions API lets you animate between page states with just a few lines of CSS and JavaScript. Here's how it works and where it shines.
read more →
AI in the Browser: Running Real Models with Transformers.js thumbnail
developmentDec 26, 2025· 3 min
AI in the Browser: Running Real Models with Transformers.js
You don't need a backend to run AI anymore. Transformers.js lets you run Hugging Face models directly in the browser or Node.js — here's how to get started.
read more →
Vite 6: What's New and Why the Environment API Changes Everything thumbnail
developmentDec 13, 2025· 3 min
Vite 6: What's New and Why the Environment API Changes Everything
Vite 6 arrived in late 2024 with the new Environment API at its core. Here's what changed, what it means for framework authors, and what you need to update in your projects.
read more →
CSS Container Queries: A Practical Guide for Component-Based Layouts thumbnail
developmentDec 3, 2025· 3 min
CSS Container Queries: A Practical Guide for Component-Based Layouts
Container queries finally give us components that adapt to their context, not just the viewport. Here's how to use them effectively in real projects.
read more →
Next.js 15 App Router: Patterns Worth Adopting Now thumbnail
developmentNov 19, 2025· 3 min
Next.js 15 App Router: Patterns Worth Adopting Now
Next.js 15 shipped with a stabilized App Router and a cleaner async model. Here are the patterns that actually improve your day-to-day development.
read more →
// the newsletter
Don't miss the next one