Jan 4 · 3 min read · Previously: Hardened the API and secured the data layer. The generation engine is producing beautiful, consistent assets. Now: We solve the final problem: getting those assets out of the app and into the user's game engine. Building an AI generation ...
Join discussionNov 7, 2025 · 2 min read · In this article, we review JSZip library in Chef codebase. We will look at: What is Chef? JSZip usage in Chef codebase What is JSZip? I study patterns used in an open source project found on Github Trending. For this week, I reviewed some parts...
Join discussionOct 14, 2025 · 7 min read · 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...
Join discussion
Aug 31, 2025 · 3 min read · 🎯 Target Audience: Beginners in DevOps & DevSecOps🧠 Key Concepts: tar, gzip, zip, unzip, backups, packaging⏱ Estimated Read Time: ~7 minutes📚 Series: Yes – Part of “Linux for DevOps Beginners”🌍 Real-World Focus: Automating packaging, backups, and...
Join discussion
Jul 25, 2025 · 1 min read · Cipher may have vanished, but he left behind encrypted secrets buried inside one of the most unexpected places—a Tetris game executable. The mission was to reverse-engineer the game binary, dig into its codebase, and uncover whatever hidden data Ciph...
Join discussion
Mar 16, 2025 · 5 min read · Viewing File Size du -sk test.img **du (**disk usage) command to inspect file size. Here, ‘-sk’ refers to size in kilobytes. du -sh test.img prints the size in human readable format. ls -lh test.img long list to print the size of a file in human read...
Join discussion