Blog

I write about technical writing, API documentation, and the developer experience that comes from good docs.

I've spent 6+ years documenting blockchain protocols, fintech APIs, and developer tools. The posts here cover lessons learned, best practices, and the kinds of problems you run into when turning complex systems into clear documentation.

What You'll Find Here

Documentation Strategy
How teams actually ship and maintain docs at scale
API Documentation
Real patterns from documenting REST APIs, SDKs, and blockchain protocols
Developer Experience
Why docs matter and how to measure if they're working
Tools & Workflows
Docs-as-code, linters, automation, and staying in sync with releases

Recent Posts

  • My Docs-as-Code Workflow: Tools and Lessons Learned

    After six years of writing technical documentation across different companies and platforms, I’ve settled into a workflow that works. It’s not perfect, but it’s repeatable and catches problems early.

  • Why Good API Documentation Matters More Than You Think

    Every developer has been there. You find a promising API, sign up for access, and then hit a wall of outdated docs, missing examples, and unexplained error codes. You close the tab and look for an ...