Redis and Go
Redis and Go form a powerful combination for building high-performance backend systems.
Implementing CQRS in Go with Kafka and Docker
In this article you will see how to implement the CQRS (Command Query Responsibility Segregation) pattern in Go using Apache Kafka as the messaging backbone and Docker to easily run all services locally.
Managing an Amazon EC2 instance with Go
This guide shows how to start, stop, reboot, describe, and create EC2 instances using Go with the AWS SDK v2.
SCADA architecture and Go
With the growing need for scalability, security, and performance in modern SCADA systems, languages like Go (Golang) are emerging as effective solutions thanks to their efficiency, native concurrency, and portability.
Generating a QR Code in Go
In this article, we’ll go step by step through how to create a QR Code and save it as a PNG image.
Modular project structure with Gin in Go
Structuring a Gin application in a modular way promotes code clarity and separation of concerns. This approach is particularly useful in medium and large projects, making testing, extensions, and refactoring easier.