Go

thumbnail

Best practices in (Kafka) event streaming consumers

A series of best practices when consuming events from real-time event streams.

thumbnail

Profiling your Golang app in 3 steps

Intro to profiling Go apps or packages. To keep it short I will only focus on the computational optimizations.

HOT