Go

Redis and Go

Redis and Go form a powerful combination for building high-performance backend systems.

March 27, 2026
Go

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.

December 24, 2025
Go

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.

September 17, 2025
Go

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.

September 1, 2025
Go

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.

August 23, 2025
Go

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.

August 20, 2025