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

optimization

MySQL tutorial - IT technology blog
Posted inMySQL

Optimizing MySQL Storage: Choosing the Right Data Types to Speed Up I/O and Save RAM

Posted by By admin June 26, 2026
Choosing the wrong MySQL data types causes unnecessarily bloated databases, high I/O, and wasted RAM. This article shares real-world experience from a 50GB production database: how to choose correctly between INT/BIGINT, VARCHAR/TEXT, ENUM, and TIMESTAMP to optimize performance right from schema design.
Read More
Docker tutorial - IT technology blog
Posted inDocker

Professional Production Dockerization for Laravel: Multi-stage Build, Worker, and Scheduler

Posted by By admin June 22, 2026
Learn how to professionally Dockerize Laravel using Multi-stage builds. Isolate PHP-FPM, Nginx, Worker, and Scheduler to optimize performance and image size for production.
Read More
Python tutorial - IT technology blog
Posted inPython

Optimizing Python RAM with __slots__: Secrets to Handling Millions of Objects Without Memory Overflow

Posted by By admin June 8, 2026
Struggling with Python's high RAM usage? Discover how to use __slots__ to save up to 70% memory when handling large datasets. Practical techniques to keep your application running smoothly with millions of objects.
Read More
Artificial Intelligence tutorial - IT technology blog
Posted inAI

GPTCache: The Secret to Reducing OpenAI Bills by 80% and Speeding Up AI App Responses

Posted by By admin June 8, 2026
Are your OpenAI API bills too high? Learn how to configure GPTCache to reduce costs by 80% and slash AI response times to milliseconds using Semantic Caching.
Read More
Docker tutorial - IT technology blog
Posted inDocker

Optimize Docker Images 30x with DockerSlim (Without Touching the Dockerfile)

Posted by By admin May 28, 2026
The era of bloated Docker images is over. This guide shows you how to use DockerSlim to automatically shrink container sizes by 30x, speeding up deployment and tightening security.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Saving RAM on Linux Servers with systemd Socket Activation

Posted by By admin May 24, 2026
Learn how to optimize Linux server RAM using systemd Socket Activation. This technique ensures services only start on demand, reducing resource usage and speeding up boot times.
Read More
Fedora tutorial - IT technology blog
Posted inFedora

Configuring VDO on Fedora: How I “Squeezed” 500GB of Data into a 100GB Drive

Posted by By admin May 13, 2026
Running out of server disk space? Discover how to configure VDO on Fedora for data compression and deduplication, multiplying your virtual storage capacity.
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
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL Indexing: Don’t Just Use B-Tree for Millions of Rows

Posted by By admin April 19, 2026
Stop overusing B-Tree for everything. This article shares practical experience on using GIN for JSONB, BRIN for Big Data, and how to create indexes without locking your production database.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

MySQL Deadlock: From a 2 AM Nightmare to a Definitive Resolution Guide

Posted by By admin April 18, 2026
MySQL deadlocks aren't scary if you know how to read InnoDB Status logs. Discover 5 practical techniques to reduce transaction conflicts by 80% and optimize high-load systems.
Read More

Posts pagination

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