How to/GuideAug 9, 2026
How I onboarded my first paying customer manually
My first payment came from a founder who signed up, clicked around, and went quiet. I emailed within an hour—not a drip…
CodingAug 1, 2026
On coding: refactoring only after usage proof
I rewrote a module because it "felt messy." Zero user impact, two weeks gone. The new code was cleaner; nobody noticed.…
Tools and processesAug 1, 2026
On tools and processes: automating release notes from PRs
I hated writing release notes manually and skipped them, so users missed fixes. Now PR titles follow a simple prefix—fe…