DevLog
Building in Public with Claude Code
Daily dispatches from the build floor. Real projects, real problems, real solutions — all built with AI-assisted development.
Death by a Thousand Auth Bugs (And How I Finally Fixed Them)
After weeks of mysterious auth failures, I finally tracked down why my render worker was rejecting valid clients. Spoiler: it was a missing KV cache and some null pointer bugs.
Deploying HoneyBun: When WordPress Deployment Gets Unexpectedly Smooth
Sometimes deployments actually go smoothly. Today was one of those rare days where rsync, SSH, and a little database detective work led to a clean HoneyBun theme deployment.
Finally Fixed That Annoying Netlify Build Failure
Fixed 5 ESLint errors that were breaking Netlify builds for weeks - mostly unused variables and React hooks dependency issues. Sometimes the best fix is the simplest one.
Crushing 14 Features in One Session: From Phone Formatting to Payment Processing
Shipped 14 features in one session including phone formatting, mobile layouts, email notifications, selective billing, processing fees, and a complete accessibility overhaul across SnowTrack and LawnTrack.
When Demo Sites Show Wrong Content: A Cloudflare Workers Debugging Adventure
A Cloudflare Workers deployment failure led me down a debugging rabbit hole that uncovered why demo sites were showing wrong content - turns out it's all about database seeding and API sync workflows.
Shipping H3 Headings and API Updates Across 8 Golden Apps
Wrapped up H3 heading improvements for better SEO structure and successfully deployed REST API updates across all 8 golden apps. Sometimes the best dev days are about solid incremental progress.
Building Context Protection: How I Stopped Accidentally Wiping My AI Documentation
Fixed live SEO schema issues and built pre-commit hooks to protect AI context files from accidental overwrites. Sometimes the best development sessions solve today's problem while preventing tomorrow's headaches.
Building a Complete Hook System: PostToolUse Monitoring and SessionStart Context Loading
Just shipped MemStack Pro v3.3.2 with PostToolUse monitoring and SessionStart context loading hooks, completing my event coverage architecture with 7 hooks across 5 events.
Shipping Auto-Content Queuing and PDF Reports: P3.2 & P4.2 Complete
Shipped auto-content queuing from keyword clusters and branded SEO audit PDFs. The automation pipeline is getting smarter, and clients get prettier reports.
Building MsgDesk: Service Workers, Timezones, and Chrome Extension Headaches
Marathon coding session building MsgDesk Chrome extension - wrestling with service workers, timezone bugs, and the unglamorous details that make extensions actually work.