Mohammad Amanmohammadaman.hashnode.dev·Oct 31, 2024Brotli vs. GZIP: What They Are and How They Differ ?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...Discussbrotli
Dinesh Kumar Kblog.dineshcloud.in·Sep 20, 2024Linux Backups and Restore Using tar and gzipBacking up your Linux system is crucial for data integrity and disaster recovery. One of the simplest and most efficient methods for backing up files is using tar combined with gzip. This guide will walk you through the process of creating backups an...DiscussLinuxLinux
Melvin C Varghese (melvincv)melvincv.hashnode.dev·Jul 31, 2023gzip compression of static files in NGINXAs a DevOps or Ops Engineer, you are likely familiar with the importance of optimizing website performance. One way to improve website speed is by compressing responses using gzip in Nginx. Gzip is a file compression format that reduces the size of f...Discuss·31 readsOptimize and Secure NGINXnginx
Hooman PegahmehrforApplication Supportappsupport.academy·Jul 27, 2023Gzip vs. Brotli - Balancing CPU Usage and Network Bandwidth"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...Discuss·48 readsbrotli
Zaki Mohammed Shaikhzakimohammed.hashnode.dev·Apr 8, 2023Gzip Dockerized Angular App with Nginx — NgDockerGzip Dockerized Angular App with Nginx — NgDocker Leveling up by taking performance improvement measures for our super friendly NgDocker app. In this article, we will explore how we can enable Gzip to improve performance at a hulking scale. This art...Discuss·237 readsAngular
Kinstakinsta.hashnode.dev·Apr 3, 2023Brotli: The New Era of Data CompressionIn the web’s pursuit of fast loading times, we have a number of different technologies to help us. One approach is to minimize the underlying code your site will use without affecting how it functions. GZIP compression is one way to do this, but Brot...Discuss·51 readsgzip