All Posts

Photo by Arnaud Mesureur on Unsplash

Golang Anonymous Structs

September 29, 2021

Taking advantage of type safety in small places

Photo by Yolanda Sun on Unsplash

Handling errors concurrently in Go

September 14, 2021

Idiomatic pattern for error handling with a wait group

Photo by iam_os on Unsplash

Limiting Goroutines with a Semaphore

April 17, 2021

Only run a number of goroutines at once

Photo by Martin Garrido on Unsplash

The Comma Ok Idiom

April 10, 2021

A common idiom in Go

Can you give too much information in your error messages?

March 30, 2021

Times when errors are better to be unspecific