Topic
#software
5 posts
Coding with Claude Code: Plans, Sub-Agents, and a Multi-Model Review Loop
How I actually use Claude Code day-to-day — plan mode before any edits, asking clarifying questions instead of guessing, parallel Explore and Plan sub-agents, work split into phases with a feedback loop, and a three-way review pipeline across Claude, Copilot, and SonarQube.
How I Structure Go Microservices (And Why Every Layer Earns Its Place)
A walkthrough of the Go microservice architecture I've settled on after building production services — layers, dependency flow, swappable ORMs, and a CLI that's a first-class citizen.