Claude-Code
Using FFmpeg to Let Claude Code See a Client's Bug
How to convert a client's screen recording into sequential image frames so Claude Code can visually analyze the bug being demonstrated.
AI Web Research Has a Fact-Checking Problem
Web fetch tools can return confidently wrong prices, features, and specs alongside accurate content. Here's the verification step that caught it.
When Claude Code Crashes: Using Claude.ai as a Fallback for Codebase Analysis
How to work around Claude Code memory limits by offloading large codebase analysis to Claude.ai and generating execution prompts for Claude Code.
AI-Assisted Content Migration: From Discovery to Deployment
How Claude Code handled a WordPress content update from database analysis through safe deployment, with minimal human intervention.
Backfilling Git Release History: Adding Tags and a Changelog to an Existing Repo
How to use AI to retroactively add semantic version tags and a proper changelog to a project that shipped without them.
From MVP to Production: Iterating with Claude Code
How a 7-minute MVP evolved into a full-featured UptimeRobot management tool through iterative AI-assisted development
Debugging Production Errors Without Leaving the Terminal
Using Claude Code with the Sentry MCP to investigate site errors without logging into dashboards
Claude Code Plan Mode: From Idea to MVP in 7 Minutes
How I used Claude Code's Plan Mode to expand a legacy script with edit and delete functionality