Skip to content
// writing

Posts on development — Page 9

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

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 →
TypeScript 5.7: What's New and Why It Matters thumbnail
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 →
Mastering Vue.js Development: A Guide for Beginners thumbnail
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 →
The Power of Javascript: Unlocking the Potential of Web Development thumbnail
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 Power of Tailwind.css: A Modern Approach to Efficient CSS Styling thumbnail
developmentMay 19, 2024· 1 min
The Power of Tailwind.css: A Modern Approach to Efficient CSS Styling
An introduction to Tailwind CSS's utility-first methodology — how its pre-built classes, responsive design tools, and flexible configuration help developers build clean, maintainable UIs faster.
read more →
Taming the Winds of Web Design with Tailwind.css! thumbnail
developmentMay 19, 2024· 1 min
Taming the Winds of Web Design with Tailwind.css!
An enthusiastic introduction to Tailwind CSS — how its utility-first approach removes the pain of complex class names and specificity battles while staying fully customizable for any design system.
read more →
// the newsletter
Don't miss the next one