A Deep Dive into Node.js Worker Threads
An in-depth explanation of Node.js worker threads, how they work internally, and how to use them efficiently for CPU-intensive workloads.
50 posts
An in-depth explanation of Node.js worker threads, how they work internally, and how to use them efficiently for CPU-intensive workloads.
A performance comparison between Spring MVC and Spring WebFlux for IO-intensive workloads, based on real load testing results.
An overview of Apache Kafka, covering its architecture, core components, and internal mechanisms based on Kafka 2.4.
An in-depth overview of Apache RocketMQ, covering its core features, NameServer, Broker, Client internals, and message storage.
A step-by-step guide to purchasing a low-cost VPS and setting up secure internet access using SSR or V2Ray, with optional server optimizations.
A real-world case study of diagnosing and fixing a Gradle build failure caused by dependency conflicts in error_prone_annotations.
An overview of essential OTA (Online Travel Agency) concepts, systems, and booking workflows used in the travel industry.
A comprehensive introduction to Apache Flink, covering big data architectures, stream processing fundamentals, and Flink’s core features.
A practical project retrospective covering system goals, technology choices, performance bottlenecks, and operational lessons.
How to scrape disaster warning data from China Weather Network and parse XML responses using Java and Jackson.
A real-world troubleshooting guide to identifying and fixing abnormal CPU spikes caused by Tomcat hot reload behavior in production.