·2 min read
Why I Use Go for CLI Tools
Go's combination of fast compilation, single-binary output, and excellent standard library makes it the best language I've found for building CLI tools.
goclideveloper-tools
Writing on software engineering, developer tools, and whatever else interests me.
Go's combination of fast compilation, single-binary output, and excellent standard library makes it the best language I've found for building CLI tools.
The habits that made me a better technical writer — and a better engineer.
Not every project needs a database. Here's how to think about when files and git are enough.