All Posts

2024-11-10

Smolblog

The smallest webserver around Go templates powering my site.
2022-12-31

Garden of Go

Curated links for Go resources.
2022-08-17

Go Generics in API Design

Embracing generics in Go to build a better http handler.
2021-12-01

Exploring Go v1.18's Generics

Generics in Go are nearly here! Here's what that means for you and some real use cases.
2021-10-02

Embracing Cloud Native

What is cloud native and what does it really mean for our infrastructure?
2021-09-14

Using the httptest package in Golang

Using the httptest package to gain confidence in our HTTP handlers.