- Exploring flags, configuration files and environment variables when crafting a configurable Go application. https://www.hildeberto.com/2021/04/configurable-go-app.html 5 comments golang
- Migrating a cache from Redigo to go-redis with no impact to the app thanks to the adapter design pattern. https://www.hildeberto.com/2021/02/adapter-go-redis.html 4 comments golang