How to process gigantic files in Golang — Fast and Memory-Efficient

Discover how to process large files efficiently in Golang. This guide explains techniques to handle massive files quickly and with minimal memory usage, ensuring optimal performance for your applications.

June 20, 2025 · 7 min · Albert Colom

How to use migrations with Golang

Learn how to use migrations with Golang to manage database schema changes. This guide walks you through setting up, applying, and automating migrations to keep your databases organized and up-to-date.

November 6, 2024 · 9 min · Albert Colom

Create your first Golang Lambda With Serverless Framework

Step-by-step guide to creating your first Golang Lambda function using the Serverless Framework. Learn how to set up, deploy, and manage serverless applications with ease.

August 29, 2023 · 4 min · Albert Colom

How to create CD with GitHub Actions and Kubernetes in your Golang application

Learn how to create Continuous Deployment (CD) pipelines with GitHub Actions and Kubernetes. This guide covers the setup, configuration, and best practices to automate your deployment process for efficient and scalable workflows.

July 10, 2023 · 7 min · Albert Colom