HOW I WORK
The tools, rhythm,and principles.
From problem to production — how I move fast without breaking things.
WORKFLOW TOOLS
Click any tool
to see where it fits.
Each tool has a specific role in my process.
WEEKLY RHYTHM
How a typical
week looks.
Plan & align
Review sprint goals, sync with PM and backend team. Use Claude Code to draft a technical brief and surface architecture risks before any code is written.
Architecture & scaffolding
Design the data flow, API contracts, and component structure. Scaffold the feature shell before filling in logic. Get the shape right before writing implementation.
Core implementation
Deep coding sessions. Build the feature end to end: frontend components, API integration, state management. Claude Code handles boilerplate; I handle the hard architectural decisions.
Performance & observability
Add structured logging, trace correlation, and Lighthouse optimization. Verify Redis caching, API latency, and Core Web Vitals before code review.
Review & deploy
Code review, merge, deploy to staging via Docker + Kubernetes pipeline. Document decisions. Leave the system better than I found it.
How I think
about engineering.
Seven principles that guide every technical decision I make.