1. Creating a bloom filter with Go
5 minutes — A bloom filter is a set-like data structure that is more space-efficient compared to traditional set-like data structures such as hash tables or trees.By Dylan Meeus.
2. Uber’s Go dependency injection with Fx
4 minutes — Briefly discussing why you may want to use dependency injection in your Go application, introducing Fx, and present an example application. By Yage Hu.
3. Simple Go mocks
20 minutes — I’m describing a simple alternative pattern I frequently use when writing tests for an interface, that I think is generally applicable to many use cases. By Jonathan Hall.
About the Go Gazette
The Go Gazette is a mailing consisting of the latest blogs and tools curated for Golang pros. I’m Maarten, your curator, working from the Netherlands to help building a cloud platform for front-end developers that is called Jexia.
Do you have a question, feedback or you want to notify me about a recent blog for Golang pros? Reach out to me via maarten at go-gazette.com.
Top comments (0)