Skip to main content

Posts

2026

Agile is Bending, Not Breaking, in the Age of AI

·6 mins
AI makes writing code so cheap that iterative enhancement stops making sense. Instead of refining small slices, teams are regenerating entire features and iterating on the whole thing. Agile isn’t dead, but its assumptions are bending hard.

The Real Cost of Rolling Your Own Auth

·5 mins
After maintaining an authentication library with 125 million downloads for over a decade, here’s what I learned about the real cost of auth: it’s not the build, it’s the maintenance nobody plans for. And no, an AI agent monitoring your dependencies isn’t the answer.

2020

2019

Going Remote

·5 mins
The habits that made you successful in an office will hurt you when you go remote. Here’s how to replace observational communication with written communication.

2017

2016

Render React with Phoenix

·7 mins
Server-side render React components with Phoenix using react-stdio and OTP for isomorphic Elixir applications.