How to Implement a MultiWriter logger in Golang
Learn step by step how to create a MultiWriter logger in Golang to write logs to multiple destinations simultaneously using slog.
Golang
Thoughts on development, cloud design, and the ever-evolving backend, infrastructure and devops topics
Learn step by step how to create a MultiWriter logger in Golang to write logs to multiple destinations simultaneously using slog.
Learn how to containerize your application by building your first Docker image.
Learn the fundamentals of event streaming with Kafka and how to build producers and consumers in Go.