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
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.
Shared backend that powers my personal sites. It's a custom headless CMS built on Hono and Cloudflare Workers, paired with a Refine admin frontend. It handles content management, authentication, and content delivery for multiple sites from a single edge deployment, with a schema-driven approach that makes extending it straightforward.