Architect Chen
Author

Architect Chen

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

103
Articles
0
Likes
275
Views
0
Comments
Recent Articles

Latest from Architect Chen

100 recent articles max
Architect Chen
Architect Chen
Apr 15, 2026 · Cloud Native

Choosing the Right Microservice Deployment: Multi-Instance, Containers, Serverless & Kubernetes

This article compares four microservice deployment strategies—single-host multi-instance, containerized with Kubernetes, serverless functions, and full orchestration—detailing their architectures, benefits, drawbacks, and suitable scenarios, helping engineers select the most appropriate approach for scalability, reliability, and operational complexity.

Cloud NativeContainerizationMicroservices
0 likes · 4 min read
Choosing the Right Microservice Deployment: Multi-Instance, Containers, Serverless & Kubernetes
Architect Chen
Architect Chen
Apr 14, 2026 · Operations

How Nginx Caching Can Boost Performance by 10× – Deep Dive

This article explains the fundamentals of Nginx proxy caching, walks through the request‑cache workflow, and provides concrete configuration examples and best‑practice tips that can increase backend throughput and response speed by up to ten times.

Proxy Cache
0 likes · 5 min read
How Nginx Caching Can Boost Performance by 10× – Deep Dive
Architect Chen
Architect Chen
Apr 13, 2026 · Backend Development

How to Make Spring Cloud Gateway Handle a Million Concurrent Requests

This article explains how Spring Cloud Gateway leverages a reactive, non‑blocking architecture, OS‑level tuning, zero‑copy networking, and built‑in rate‑limiting and circuit‑breaker features to reliably sustain million‑level concurrent traffic in production environments.

NettyPerformance tuningRate Limiting
0 likes · 4 min read
How to Make Spring Cloud Gateway Handle a Million Concurrent Requests
Architect Chen
Architect Chen
Apr 9, 2026 · Cloud Native

Understanding Docker: Architecture, Namespaces, cgroups, and UnionFS

This article explains Docker's client‑server architecture, core isolation mechanisms like Linux namespaces and cgroups, the layered UnionFS image model, and how libcontainer/runc creates containers, providing a comprehensive technical overview of Docker as a cloud‑native platform.

Cloud NativeContainerizationDocker
0 likes · 5 min read
Understanding Docker: Architecture, Namespaces, cgroups, and UnionFS
Architect Chen
Architect Chen
Mar 24, 2026 · Databases

How High Can Redis Really Scale? Real-World QPS Limits Explained

This article breaks down Redis performance limits, showing that a single node can handle roughly 100‑200k simple GET/SET QPS and up to 500‑700k with multithreaded I/O, while sharded clusters can theoretically reach millions of QPS, though practical factors affect the actual throughput.

ClusterDatabasePerformance
0 likes · 6 min read
How High Can Redis Really Scale? Real-World QPS Limits Explained
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.

HAProxyLVSOperations
0 likes · 5 min read
Choosing the Right Load Balancer: Nginx, LVS, HAProxy Compared