Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Facebook

performance

Docker tutorial - IT technology blog
Posted inDocker

Rust + Docker: Slash Build Times from 10 Minutes to 30 Seconds with Cargo Chef

Posted by By admin May 18, 2026
Taking 10 minutes to build a Rust container? Try Cargo Chef. Optimize Layer Caching to reduce compilation time to just seconds for real-world projects.
Read More
Docker tutorial - IT technology blog
Posted inDocker

Dockerizing Go Apps: Shrink Image Size from 800MB to 10MB

Posted by By admin May 15, 2026
Master Dockerizing Go apps: Use Multi-stage builds and Scratch images to slash container size from 800MB to 10MB, boosting deployment speed and security.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Hunting Down CPU-Hogging “Culprits” on Linux: Mastering perf and Flame Graphs

Posted by By admin May 13, 2026
A detailed guide on using perf on Linux for CPU profiling and Flame Graph generation. Learn how to pinpoint slow functions with minimal overhead.
Read More
Virtualization tutorial - IT technology blog
Posted inVirtualization

Installing Waydroid on Ubuntu: Run Android as Smoothly as a Native App with Containers

Posted by By admin May 12, 2026
Forget heavy Android emulators. This guide helps you install Waydroid on Ubuntu—a lightweight, smooth, and resource-efficient solution via LXC containers.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Practical Redis Caching: From DB Crashes to Handling Millions of Requests

Posted by By admin May 3, 2026
Key takeaways from 6 months of operating Redis in production. Detailed guide on reducing Database load from 95% to 15% using Cache-Aside, Write-Through, and Jitter TTL techniques.
Read More
Linux tutorial - IT technology blog
Posted inLinux

How to Use strace to Debug Applications on Linux: Tracing System Calls and Finding Root Causes Effectively

Posted by By admin April 28, 2026
strace lets you trace every system call a process makes on Linux — from file opens and network connections to lock waits — without needing source code or recompiling. This guide covers practical strace usage for debugging permission errors, missing files, hanging services, and I/O bottlenecks.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Goodbye Node.js? A Guide to Speeding Up JavaScript Projects 10x with Bun.js

Posted by By admin April 26, 2026
Is it time to say goodbye to Node.js? A detailed guide on using Bun.js to significantly speed up JavaScript/TypeScript development. Learn how to install, manage packages, and use the ultra-fast test runner.
Read More
Linux tutorial - IT technology blog
Posted inLinux

OOM Killer: Why Linux Kills Your MySQL and How to Protect It

Posted by By admin April 24, 2026
When a Linux application shuts down unexpectedly, the OOM Killer is often to blame. Learn how to read dmesg logs, understand the oom_score metric, and protect MySQL and Redis from being terminated by the OS.
Read More
Python tutorial - IT technology blog
Posted inPython

Celery & Redis: Background Task Solutions to Speed Up Python Applications

Posted by By admin April 22, 2026
Significantly speed up Python applications by offloading heavy tasks to Celery and Redis. A detailed guide from setup to professional worker management.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Boosting Linux Server I/O Performance: noatime and tuned profile Tips

Posted by By admin April 22, 2026
A quick guide to optimizing Linux I/O performance by configuring noatime and using tuned profiles to reduce system latency.
Read More

Posts pagination

1 2 3 Next page
Copyright 2026 — ITFROMZERO. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top