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

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 →

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 →

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 →

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 →

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 →

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 →

developmentNov 18, 2025· 3 min
TypeScript 5.7: What's New and Why It Matters
TypeScript 5.7 landed with some genuinely useful additions — from stricter initialization checks to path rewriting in emit. Here's what you need to know.
read more →

developmentMay 19, 2024· 2 min
Mastering Vue.js Development: A Guide for Beginners
A beginner's guide to Vue.js — covering the Vue instance, reactivity, components, Vuex state management, and Vue Router to build dynamic and interactive web applications.
read more →

developmentMay 19, 2024· 2 min
The Power of Javascript: Unlocking the Potential of Web Development
An overview of JavaScript's role in modern web development — from cross-browser compatibility and async programming to the React, Angular, and Vue ecosystem that makes building interactive applications more productive.
read more →
// the newsletter