Mike Chen's Internet Architecture
Author

Mike Chen's Internet Architecture

Over ten years of BAT architecture experience, shared generously!

598
Articles
0
Likes
969
Views
0
Comments
Recent Articles

Latest from Mike Chen's Internet Architecture

100 recent articles max
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Nov 6, 2025 · Cloud Native

Master Docker: Core Architecture, Technologies, and Runtime Explained

This article provides a comprehensive overview of Docker, covering its lightweight container-based virtualization, core advantages, client‑daemon‑registry architecture, underlying Linux namespace and cgroup mechanisms, UnionFS layering, and the complete lifecycle from image building to container execution and removal.

DockerLinux Namespacescgroups
0 likes · 5 min read
Master Docker: Core Architecture, Technologies, and Runtime Explained
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Nov 6, 2025 · Cloud Native

How Spring Cloud Gateway Handles Millions of Concurrent Requests

Spring Cloud Gateway achieves ultra‑high concurrency through asynchronous non‑blocking I/O, minimal Netty event‑loop threads, horizontal scaling with load balancers, Redis‑based distributed rate limiting, and built‑in circuit‑breaker protection, ensuring stable performance even under massive traffic spikes.

High ConcurrencySpring Cloud Gatewaycircuit breaker
0 likes · 4 min read
How Spring Cloud Gateway Handles Millions of Concurrent Requests
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Nov 1, 2025 · Backend Development

How Nginx Static/Dynamic Separation Boosts Web Performance by 3×

This article details how to configure Nginx to separate static assets from dynamic requests, using dedicated static servers and reverse‑proxying dynamic traffic to application servers, thereby improving web performance up to three times while simplifying architecture and caching strategies.

Configurationreverse proxystatic-dynamic separation
0 likes · 4 min read
How Nginx Static/Dynamic Separation Boosts Web Performance by 3×