Saileshchandra-sailesh.hashnode.dev·Sep 29, 2024Huffman Coding AlgorithmIn this blog, we will learn about the Huffman Coding Algorithm, which uses a greedy approach to compress file storage using variable encoding schemes. Idea The core concept of the Huffman Coding Algorithm is to allocate fewer bits to more frequently ...Discuss·11 likesHuffman coding
Yash Dewasthaleyashdev9274.hashnode.dev·Sep 29, 2024Solana Builders: ZK CompressionThe Solana blockchain is designed for a high speed, high throughput applications, not speed but its storage costs can quickly become significant challenge for large-scale products. To tackle this issue of non-chain state costs, ZK Compression an inno...DiscussSolana
MakxforMelsonicmelsonic.hashnode.dev·Sep 14, 2024File Compression: A Practical ApproachCompression Tool 🗜️ A compression tool is a piece of software that is used to store file data in a compressed format. It is useful for space optimization i.e. it helps to store the same amount of information using less memory space. In this applicat...Discusscompression
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 27, 2024How to Use Python for Batch Image Resizing and CompressionManaging a large collection of high-resolution images can be challenging, especially when storage space is limited, or you're preparing images for web use. Resizing and compressing images in bulk can save space and make your files easier to share or ...Discuss·20 likes·90 readscompress images
Vishal Sahanivishalsahani.hashnode.dev·Aug 19, 2024Image Optimization for On-Page SEO: Boosting Your Website's VisibilityImage Optimization for SEO: A Comprehensive Guide to Boosting Your Visibility In the competitive world of online visibility, every edge counts. Image optimization might seem like a minor detail, but it's a crucial component of on-page SEO that can si...Discussimage formates
coen smith8to7.hashnode.dev·Aug 19, 2024What is Post Quantum Encryption with 8(to)7?Harnessing the Power of Quantum Resistance: At its core, 8(to)7 Quantum Resistant Encryption represents the pinnacle of data security, leveraging cutting-edge quantum-resistant algorithms to safeguard sensitive information. Traditional encryption met...Discussencryption
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Aug 5, 2024Optimizing Performance in ASP.NET Core Web APIs: Caching, Compression, and Response MinificationIn the 11th installment of our series, we will discuss optimizing our ASP.NET Core Web API performance using caching, compression, and response minification. Web APIs are the backbone of modern web applications, providing data and functionality to cl...Discuss·20 likes·27 readsminification
Joe Bordesjoebordes.com·Jul 6, 2024Speed Up File Compression with Pigz: Parallel GZip ImplementationI learned about pigz today. While reviewing the processes in one of my Linux servers I saw this process eating up the CPU resources and immediately thought it was some cryptocurrency mining hack. After some investigation, I found a VERY nice tool! Fr...Discuss·28 readsLinux
Aayush Shahaaaaayushh.hashnode.dev·Jul 5, 2024Huffman Coding 101: Learn the Theory (Part 1)Introduction In this blog post, we'll explore Huffman coding, a powerful algorithm used for lossless data compression. We'll delve into the theory behind Huffman trees and figure out why they work the way they do. In the second part of this article, ...DiscussHuffman Codingcompression
Peter SchmalfeldtforOpenSFCCopensfcc.com·Jun 8, 2024LZ-based Compression AlgorithmIf you are looking for solutions to work around the platform limits for Session Storage, here is a Helper Script for Salesforce Commerce Cloud (SFCC) to compress and decompress Objects and Strings. This uses LZ-String to work around SFCC Character Li...Discuss·107 readsDevOpscompression