/ posts/ 3

# Logging in go

4 min read

It is common knowledge that logging is super important. It is necessary for debugging purposes on your local environment or for tracing some weird behavior in production. There are several pieces of…

Read

# Using Kafka log compaction

6 min read

If you are working in a service oriented architecture (e.g. building or maintaining microservices), there is a good chance you have used, are currently using or at least have heard of Kafka.

Read