Skip to main content

Posts

2024


building your golang toolkit

·7 mins
After nearly 10 years of working with Go, including over 6 of those years as a full-time Go developer, I’ve come to rely on a set of tools and libraries that have significantly boosted my productivity.

getting started with golang and kafka

·9 mins
Explore how to integrate Golang with Apache Kafka using the franz-go library. This guide covers essential concepts, from understanding Kafka’s architecture to implementing producers and consumers, with practical examples for building scalable event-driven applications

2023


github actions and go private modules

·6 mins
Learn how to integrate private Go modules into your development workflow. This guide covers configuring local environments with SSH authentication and implementing secure GitHub Actions pipelines, with practical examples for both scenarios.