Building in Public

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.

infrastructuresaasvibe-codingautomation

Building a REST API Health Check for WordPress Site Management

Fixed rsync deployment issues, recovered from a dark mode CSS disaster, and built a REST API health check endpoint for remote WordPress site monitoring.

April 28, 20262 min read
epsteinscaninfrastructurevibe-coding

From 500 Errors to 4096 Connections: Hardening EpsteinScan Under Traffic

Emergency 500 error fix during traffic surge led to a full infrastructure hardening session - nginx worker connections, gunicorn tuning, security cleanup, and setting up a proper dev environment.

April 28, 20263 min read
infrastructuresaasvibe-codingautomation

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.

April 27, 20263 min read
infrastructuresaasvibe-coding

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.

April 27, 20262 min read
saasvibe-codinginfrastructure

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.

April 26, 20262 min read
saasautomationinfrastructurevibe-coding

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.

April 26, 20263 min read
infrastructuresaasautomationvibe-coding

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.

April 25, 20262 min read
saasinfrastructureautomationvibe-coding

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.

April 25, 20262 min read
infrastructureautomationvibe-codingmeta

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.

April 24, 20263 min read
memstackinfrastructureautomationframework

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.

April 24, 20263 min read