// writing
Writing — Page 13
A mix of technical deep-dives, career reflections, and dispatches from the road.

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 →

travelApr 17, 2026· 2 min
Heceta Head Lighthouse
The most photographed lighthouse on the West Coast, built in 1894 above the Oregon Coast with a First Order Fresnel lens visible 21 miles at sea.
read more →

travelApr 17, 2026· 2 min
Heceta Beach, Oregon
A long, windswept beach north of Florence where the Oregon Dunes begin and the Pacific delivers its full unfiltered character to anyone standing on the sand.
read more →

travelApr 17, 2026· 2 min
Salt Creek Falls
A 286-foot plunge waterfall in the Oregon Cascades near Willamette Pass — one of the tallest in the state, with a viewing deck, rim trail, and winter snowshoeing season.
read more →

travelApr 17, 2026· 2 min
Arcadia beach, Oregon
A small, quiet Oregon Coast beach between Cannon Beach and Hug Point, with tide pools, sea stacks, and a forested headland that most visitors drive past.
read more →

developmentApr 5, 2026· 3 min
Node.js 22 LTS: The Features Worth Knowing About
Node.js 22 became the active LTS in October 2024, bringing a native test runner, built-in watch mode, require() for ES modules, and much more. Here's what's useful in practice.
read more →

developmentApr 2, 2026· 3 min
Zustand: Lightweight State Management That Stays Out of Your Way
Zustand is a minimal global state library for React that skips the boilerplate entirely. Here's how it works, when to reach for it, and patterns that scale well.
read more →

developmentMar 17, 2026· 3 min
TanStack Query v5: Data Fetching Done Right
TanStack Query v5 cleaned up the API, unified the mental model, and added first-class support for infinite queries and streaming. Here's what changed and why the library remains the standard.
read more →

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 →
// the newsletter