Blog

Thoughts on development, cloud design, and the ever-evolving backend, infrastructure and devops topics

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

Create your first Docker image

Learn how to containerize your application by building your first Docker image.

Containers Docker Golang

Setting up a Kafka event broker with producers and consumers

Learn the fundamentals of event streaming with Kafka and how to build producers and consumers in Go.

Docker Golang Kafka Microservices