Skip to main content

Golang

2024


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.