Skip to content
// writing

Posts tagged #web-apis — Page 4

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

CSS Anchor Positioning: Stop Using JavaScript for Tooltips thumbnail
developmentMay 9, 2026· 4 min
CSS Anchor Positioning: Stop Using JavaScript for Tooltips
A deep dive into the CSS Anchor Positioning API — how anchor-name, position-anchor, position-area, and position-try-fallbacks let you build tooltips and floating elements entirely in CSS, no JavaScript or Floating UI required.
read more →
CSS Customizable Select: Finally Style It Without the Hacks thumbnail
developmentMay 8, 2026· 4 min
CSS Customizable Select: Finally Style It Without the Hacks
A guide to the CSS customizable select — how appearance: base-select unlocks full styling of native dropdowns including custom icons, rich option content, and picker pseudo-elements, without sacrificing accessibility or dropping in a JS library.
read more →
JavaScript Temporal API: Dates Are Finally Fixed thumbnail
developmentMay 3, 2026· 4 min
JavaScript Temporal API: Dates Are Finally Fixed
A practical introduction to the JavaScript Temporal API — the ES2026 replacement for Date that gets types right, handles timezones properly, and makes date arithmetic readable without moment.js or date-fns.
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 →
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 →
// the newsletter
Don't miss the next one