You Are Not Behind
The AI news cycle makes falling behind feel inevitable. Here's why you're probably already further ahead than you think.
04/29/2026
I build things, sometimes finish them, and write about both.
The AI news cycle makes falling behind feel inevitable. Here's why you're probably already further ahead than you think.
04/29/2026
Thoughts on experimentation as a career practice and how building things teaches what education alone cannot.
02/11/2026
I needed a way to securely send form data from my static site to my CMS without exposing API keys in client-side code. What started as a solution to that problem became Threshold, a standalone submission gateway on Cloudflare Workers that handles authentication, CORS, bot protection, rate limiting, and request forwarding for any frontend-to-backend communication.
02/05/2026
Personal bill tracker with a just-in-time data model. The database is a lean ledger of payments only so bill state (upcoming, due, paid, overdue) is computed in memory from blueprints and today's date. There are no pending rows, no resets, and no background jobs. Built on TanStack Start and Cloudflare Workers + D1.
Uptime monitoring that runs on your Cloudflare account. Leverages serverless technology on Cloudflare's extensive edge to provide globally distributed HTTP monitoring with minimal configuration.
A standalone submission gateway built on Cloudflare Workers that handles authentication, bot protection, rate limiting, and request forwarding between any frontend and backend.