Just me. Biased. Opinionated. Unfiltered.
I build products. I write about it.
Co-founder at Astika, building an AI-first real-estate platform for Italy. Before that: integrations and platforms at LeadsBridge, Workato, and PandaDoc — sole developer to CPO, a $37M+ ARR embedded platform, a lot of shipped code. This is where I write about it, unfiltered, no corporate gloss.
Latest writing
All posts →
Git Worktree: How to Run Parallel Claude Code Sessions Without Them Fighting Over the Same Files
Running multiple Claude Code sessions in the same folder eventually means they collide over the same files. Git worktree gives each plan its own isolated folder — work in parallel, then merge back and delete it when you're done. And once a hook triggers it on every plan, you stop having to remember it at all.
The Skills I Actually Kept: My Claude Code Skills, and What I Use vs Build
The Claude Code skills I actually kept — article drafting, a full deploy pipeline, design-system contracts, self-testing — and the one rule I use to decide when to reuse a pre-built skill versus write my own: who's going to maintain it in six months.
UI Thrashing: The Reset Protocol That Actually Works
When AI-driven UI coding turns into an endless loop of micro-tweaks, don't negotiate with the model — kill the session, max the thinking effort, resend everything, and let it plan without more questions.