ITPUB
Author

ITPUB

Official ITPUB account sharing technical insights, community news, and exciting events.

2.8k
Articles
0
Likes
899
Views
0
Comments
Recent Articles

Latest from ITPUB

100 recent articles max
ITPUB
ITPUB
Nov 18, 2025 · Backend Development

Nginx vs Envoy: Real‑World Performance Benchmark on AWS

This article translates and expands Anton Putra’s Nginx vs. Envoy performance benchmark, detailing the AWS test environment, Terraform and Ansible provisioning, proxy configurations, load‑testing methodology with K6, and the resulting request‑per‑second and latency comparisons across HTTP, HTTPS, and gRPC workloads.

AWSAnsibleEnvoy
0 likes · 8 min read
Nginx vs Envoy: Real‑World Performance Benchmark on AWS
ITPUB
ITPUB
Nov 15, 2025 · Operations

Why Chrony Beats NTPd for Precise Time Sync in Modern Ops

This guide compares Chrony and NTPd, explains why Chrony offers faster, more accurate, and more resilient time synchronization for servers, especially in virtualized and cloud environments, and provides step‑by‑step migration commands and configuration tips.

Linuxntpdtime synchronization
0 likes · 6 min read
Why Chrony Beats NTPd for Precise Time Sync in Modern Ops
ITPUB
ITPUB
Nov 12, 2025 · Backend Development

Where Did Elasticsearch Docs Move? A Quick Guide to the New 9.x URLs

The article outlines the major changes introduced in Elasticsearch 9.x documentation, including the new elastic.co/docs domain, unified version handling, reorganized navigation by use case, separate release‑notes location, versioned API paths, and practical tips for updating bookmarks and finding the right guides.

APIElasticsearchVersion 9
0 likes · 6 min read
Where Did Elasticsearch Docs Move? A Quick Guide to the New 9.x URLs
ITPUB
ITPUB
Nov 11, 2025 · Databases

Why Big Tech Switches MySQL Isolation from RR to RC – Benefits & Risks

This article explains the differences between MySQL's RR and RC isolation levels, details master‑slave replication and binlog formats, shows why RR is the default, and why many internet companies now prefer RC for higher concurrency despite its phantom‑read trade‑offs.

Database PerformanceIsolation LevelMySQL
0 likes · 10 min read
Why Big Tech Switches MySQL Isolation from RR to RC – Benefits & Risks
ITPUB
ITPUB
Nov 9, 2025 · R&D Management

Why the Most Capable IT Teams End Up as the Organization’s Scapegoat

The article reveals how highly skilled IT departments, despite delivering seamless migrations and crisis fixes, become the default target for blame when hidden technical debt, rushed deliveries, and organizational misalignments surface, turning their competence into a hidden liability.

IT ManagementOrganizational DynamicsR&D leadership
0 likes · 10 min read
Why the Most Capable IT Teams End Up as the Organization’s Scapegoat
ITPUB
ITPUB
Nov 3, 2025 · Databases

Why MySQL’s “utf8” Isn’t Real UTF‑8 and How utf8mb4 Fixes It

Although MySQL historically labeled its three‑byte character set as “utf8”, it actually implements a truncated version (utf8mb3) that cannot store the full Unicode range, leading to bugs with emojis and rare characters; the newer utf8mb4 restores true UTF‑8 support and is now the default in MySQL 8.0.

Character SetMySQLUnicode
0 likes · 7 min read
Why MySQL’s “utf8” Isn’t Real UTF‑8 and How utf8mb4 Fixes It
ITPUB
ITPUB
Oct 28, 2025 · Operations

50 Powerful IT Ops Projects to Supercharge Your Resume

This article compiles 50 detailed IT operations projects across infrastructure, cloud, containers, automation, monitoring, security, databases, networking, disaster recovery and DevOps, each with scenario, tech stack, implementation steps and quantifiable results to help you craft standout résumé entries.

AutomationIT OperationsInfrastructure
0 likes · 30 min read
50 Powerful IT Ops Projects to Supercharge Your Resume
ITPUB
ITPUB
Oct 24, 2025 · Cloud Native

Why MinIO Dropped Free Docker Images and What It Means for Open‑Source Cloud Native Storage

MinIO, the once‑downloaded‑over‑10‑billion‑times open‑source object storage project, abruptly stopped providing pre‑built Docker images, forcing users to build their own, sparking widespread criticism over unannounced licensing changes, security risks, and the sustainability challenges facing popular open‑source cloud‑native software.

DockerMinIOSustainability
0 likes · 7 min read
Why MinIO Dropped Free Docker Images and What It Means for Open‑Source Cloud Native Storage
ITPUB
ITPUB
Oct 18, 2025 · Backend Development

How We Eliminated GC Pauses in a 100k QPS Service: Deep Dive into JVM Tuning

This article details the step‑by‑step investigation and JVM‑level optimizations—including early tenuring, parameter tuning, ZGC migration, and an Eden‑pre‑heat trick—that transformed a high‑concurrency, low‑latency system from 95% to 99.995% success during massive index switches.

GC tuningJVMJava
0 likes · 22 min read
How We Eliminated GC Pauses in a 100k QPS Service: Deep Dive into JVM Tuning
ITPUB
ITPUB
Oct 17, 2025 · Databases

Why Some Companies Switch MySQL from Repeatable Read to Read Committed

The article explains MySQL's default Repeatable Read isolation level, how its lock and binlog mechanisms affect consistency and replication, and why many high‑traffic internet firms change to Read Committed to boost concurrency and reduce deadlocks despite the need to handle phantom reads.

Isolation LevelMySQLREPEATABLE READ
0 likes · 8 min read
Why Some Companies Switch MySQL from Repeatable Read to Read Committed