blog/

2 posts — thoughts on code, tools, and building things.

Hello, World

The obligatory first post — what this blog is, and why I'm writing it.

⏱ 2 min read meta

Building a CLI Tool in Go

Notes on building a small command-line tool — from parsing flags to distributing a binary.

⏱ 2 min read go cli tooling