Writing · Tag
Articles tagged "claude-code".
5 articles on this topic.
Articles tagged "claude-code"
·7 min read · methodology , refactoring , lovable
Phased migrations with per-phase verification gates
Big-bang refactors of 6+ files break things you cannot predict. Phased migration with explicit gates catches regressions before they compound.
·8 min read · claude-code , claude-md , lovable
How I document AI-built projects: a CLAUDE.md, ISSUES.md, and prompts/ workflow
Four files that fix the missing context in AI-built codebases: CLAUDE.md, ISSUES.md, a prompts/ folder, and a two-AI handoff workflow.
·7 min read · issues-md , claude-code , methodology
ISSUES.md as a learning log: the flat-file bug tracker that compounds
ISSUES.md is a flat markdown bug tracker that doubles as a regression detector and training doc for AI-built codebases. How the pattern works.
·7 min read · tutorial , full-stack , reactjs
How I Used Claude Code to Build a Full-Stack React App: A Step-by-Step Development Guide
How I built a full-stack React + Next.js + TypeScript app with Claude Code: each step shows the prompt, what it produced, and what I corrected.
·10 min read · vibe-coding , cursor , claude-code
How AI coding tools edit code: 6 things from shipping software with real users
What's actually happening when your AI coding tool rewrites a whole file, misses a diff, or loads files you never mentioned.