Go

Go is a statically typed, compiled programming language designed for simplicity, efficiency, and concurrency. I've used Go for various projects, from CLI tools to microservices. These posts explore Go's strengths and share practical examples from my development experience.

Mar 29 2022

Let's build a CLI in Go with Cobra

Learn how to build custom CLIs in Go with Cobra. Dive into the - perhaps - most popular Go-module when it comes to build CLIs. Craft your first CLI now.

9 min read