AI Coding Workflows
Multi-tool recipes for shipping faster — tested combinations that actually work.
5 workflows
I Had Claude Code Dockerize a FastAPI + React App — Here Are the Non-Obvious Parts
Dockerfiles, an alembic migration entrypoint, timestamp-only versioning, and a docker-compose that plugs into a shared postgres — how the pieces fit together for a real production deploy.
How a Variable in nginx.conf Silently Stripped All My API Paths (and How Claude Code Caught It)
I set up Docker deployment for a FastAPI + React app and every API call returned 404. The routes existed, the image was current — the bug was one word in nginx.conf.
My Demo Mode Almost Needed a Whole New Backend — Until a Tiny Axios Adapter Fixed It
I wanted one frontend codebase that works as a fully static demo and against a real API. The first two architectures I asked Claude Code to evaluate would have quietly broken my zero-backend deploy — the third one, a custom axios adapter, didn't.
I Asked Claude Code to Build a Custom PowerPoint Generator in Python — Then Cut It in Half
Instead of opening PowerPoint, I had Claude Code write a Python script that builds a fully designed 16:9 deck from code. Then I asked for a 10-minute version, and it restructured the content instead of just deleting slides.
How a Missing Slash Broke My Sitemap (and How Claude Code Found It)
Google Search Console flagged 11 URLs in my sitemap as 'disallowed.' Here's the one-character config bug that caused it, and the short Claude Code session that tracked it down.