Architect Chen
Author

Architect Chen

Sharing over a decade of architecture experience from Baidu, Alibaba, and Tencent.

95
Articles
0
Likes
204
Views
0
Comments
Recent Articles

Latest from Architect Chen

95 recent articles
Architect Chen
Architect Chen
Mar 22, 2026 · Operations

Choosing the Right Load Balancer: Nginx, LVS, HAProxy Compared

This article explains the two main load‑balancing layers (L4 and L7) and compares three popular solutions—Nginx, LVS, and HAProxy—detailing their operating principles, strengths, typical use cases, and a quick recommendation for selecting the appropriate balancer based on traffic volume and stability needs.

HAProxyLVSLoad Balancing
0 likes · 5 min read
Choosing the Right Load Balancer: Nginx, LVS, HAProxy Compared
Architect Chen
Architect Chen
Mar 19, 2026 · Cloud Native

How Does Kubernetes Really Work? A Deep Dive into K8s Architecture

This article provides a comprehensive, step‑by‑step explanation of Kubernetes (K8s) architecture and operation, covering the control plane components, node components, data flow, and the detailed workflow from a kubectl command to a running pod, illustrated with diagrams and ASCII schematics.

Container OrchestrationDevOpsK8s
0 likes · 5 min read
How Does Kubernetes Really Work? A Deep Dive into K8s Architecture
Architect Chen
Architect Chen
Mar 17, 2026 · Operations

Mastering Nginx Reverse Proxy: Architecture, Config, and Best Practices

This article explains Nginx reverse proxy fundamentals, compares forward and reverse proxy concepts, outlines a typical three‑layer architecture, and provides a complete configuration example that demonstrates upstream definition, request forwarding, and header preservation for backend services.

Load BalancingNginxreverse proxy
0 likes · 4 min read
Mastering Nginx Reverse Proxy: Architecture, Config, and Best Practices
Architect Chen
Architect Chen
Mar 3, 2026 · Backend Development

Preventing Kafka Duplicate Consumption with Idempotent Design

This article explains practical strategies to avoid duplicate message consumption in Kafka, covering business idempotency with unique IDs, database or Redis deduplication tables, enabling producer idempotence, consumer-side checks, and Kafka's transaction-based exactly‑once semantics, along with their trade‑offs and suitable scenarios.

Exactly-OnceKafkaMessage Deduplication
0 likes · 4 min read
Preventing Kafka Duplicate Consumption with Idempotent Design
Architect Chen
Architect Chen
Feb 13, 2026 · Databases

Boost MySQL Performance: Proven Tuning, Indexing, and Scaling Strategies

This guide presents practical MySQL optimization techniques—including SQL and index refinement, InnoDB and connection parameter tuning, cache layer integration, and architectural scaling with read‑write splitting and sharding—to dramatically increase query throughput and reduce latency.

Index OptimizationInnoDBMySQL
0 likes · 6 min read
Boost MySQL Performance: Proven Tuning, Indexing, and Scaling Strategies