Development

How to configure a GitLab pipeline to automatically update a remote Git repository

This guide explains how to configure a GitLab pipeline to automatically update a remote Git repository and outlines the main best practices to do it safely, repeatably, and observably.

September 20, 2025
Development

GitHub Copilot: pros and cons

Copilot is an excellent AI-based solution, but you need to be aware of its limits to use it effectively.

August 30, 2025
Development

How health checks work in Docker Compose

In this article we're going to take a detailed look at how we can manage health checks with Docker Compose.

July 16, 2025
Development

PostgreSQL Features Used by Supabase

Supabase is an open source platform that offers ready-to-use backend functionality, based on PostgreSQL as the data management system.

July 13, 2025
Development

How to use Brotli in nginx

Brotli is a compression algorithm developed by Google that offers better performance than Gzip in terms of compression ratio and efficiency.

February 8, 2025
Development

How to use Postfix with an external SMTP server

Postfix is a popular Mail Transfer Agent (MTA) used for sending and receiving emails. Sometimes, it may be necessary to configure Postfix to send emails via an external SMTP server, such as Gmail, Outlook, or a custom provider.

February 8, 2025