© 2026 Hashnode
En el mundo de la administración de sistemas Linux (base de LPIC, LFCS y RHCSA), la gestión de software es fundamental. Entender cómo funcionan los gestores de paquetes y cómo manejar archivos comprimidos es clave para mantener sistemas estables y ac...

Recently, while working on my Spring Boot backend, I stumbled on one of those optimizations that gives huge results for minimal effort: GZIP compression. No complex setups. No code changes. Just a few config tweaks and boom—API payloads dropped by 80...

Brotli and Gzip are two popular compression algorithms used for reducing the size of files transmitted over the internet, especially for web assets like HTML, CSS, and JavaScript files. Both aim to improve load times and bandwidth usage by minimizing...

I am delighted to share another anecdote from my freelancing experience on Fiverr. The task involved my collaboration with a developer for a seemingly straightforward job - merging records possessing the same identification numbers. These records, ex...
