Tag: Go (3 posts)
-
-
A dive into Golang filesystem interfaces
February 25, 2022 • Duncan Mac-Vicar
Go 1.16 includes a new set of interfaces to abstract filesystems. This post explores them.
-
A caching system supporting A/B testing
January 7, 2022 • Duncan Mac-Vicar
A/B testing creates challenges to cache content. This post explores a solution we developed.