Skip to main content

Posts

2024


continuous deployment with go and github actions

·11 mins
Practical guide to setting up automated deployments for Go applications using GitHub Actions and Fly.io, covering both staging and production pipelines with appropriate safety controls.

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.