Tag: #compression
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Compression Algorithms Deep Dive — LZ77, Huffman, Arithmetic, ANS, Zstandard, Brotli (2025)
Compression powers HTTP responses, file storage, databases, and backup systems, yet most developers treat it as a black box. This guide dissects lossless compression from first principles: Shannon entropy, the LZ77/LZSS/
2026-04-15 · 24 min read #compression#lz77#zstd#brotli#huffmanNginx Configuration Complete Guide: 15 Essential Topics from Architecture to Production Optimization
From Nginx event-driven architecture and configuration structure to reverse proxy, load balancing, SSL/TLS, caching, rate limiting, security headers, performance tuning, and health checks -- a comprehensive guide to 15 e
2026-03-01 · 33 min read #nginx#reverse-proxy#load-balancing#ssl#tls