Articles: Go
Technical writings, opinionated architectures, and development guides focusing on Go.
Articles2
Est. Read Time27 mins
Tags8
Featured0
Sept 202622 min read
Designing CLIs people want to use
API design is a user experience problem and nobody argues any more. Then we build a CLI and forget all of it. Cobra defaults, which ones are wrong, and what I do instead.
Feb 20265 min read
Building a Go microservice using gRPC for image metadata extraction
Learn how to build a production-grade Go microservice that extracts EXIF and image metadata using gRPC, complete with S3/R2 integration.