Skip to content

Blog

Thoughts on iOS development, architecture, and building software.

·13 min read

Turning GitHub Reviews Into Automatic Code Changes

I built a webhook server that listens for GitHub PR reviews and dispatches a Claude Code agent to action every comment locally — then replies on GitHub when it's done.

Node.jsArchitectureFull-Stack

Read article →

·12 min read

Building a Cascade-Aware Delete System Across the Stack

How I built a delete preview system that walks foreign key relationships in Go and renders the impact as a traffic-light severity UI in React — and why not every relationship should result in a delete.

GoNext.jsSQLiteFull-Stack
·4 min read

Building a Developer Portfolio with Next.js and Tailwind

The decisions behind this site — from choosing Next.js over a static site generator to building reusable motion components and a consistent design system.

Next.jsReactTailwind CSSWeb