- Jun 8, 2025 Redis Beyond Caching→
Short English draft for the Chinese post "Redis 不只是缓存:锁、消息队列与 HyperLogLog". Includes a small English summary for routing and layout checks.
Lang English Interview Notes · redis · Distributed Locks · hyperloglog - Jun 8, 2025 Redis Quick Notes→
Short English draft for the Chinese post "Redis相关知识点". Includes a small English summary for routing and layout checks.
Lang English Interview Notes · redis · Caching · Data Structures - Jun 5, 2025 Transactions, Locks, and MVCC in MySQL→
Short English draft for the Chinese post "MySQL 如何守住一致性:事务、锁、MVCC 与日志". Includes a small English summary for routing and layout checks.
Lang English Interview Notes · mysql · Transactions · mvcc - Jun 5, 2025 MySQL Logs and Locks→
Short English draft for the Chinese post "MySQL的日志与锁机制". Includes a small English summary for routing and layout checks.
Lang English Interview Notes · mysql · log · Locking - May 16, 2025 JMM, Thread Pools, and CompletableFuture→
Short English draft for the Chinese post "并发不是开线程:从 JMM 到线程池与 CompletableFuture". Includes a small English summary for routing and layout checks.
Lang English Interview Notes · java · Concurrency · jmm - May 10, 2025 Why MySQL Is Fast→
Short English draft for the Chinese post "MySQL 为什么快:从页结构、索引到 B+ 树". Includes a small English summary for routing and layout checks.
Lang English Interview Notes · mysql · innodb · B-Trees - May 8, 2025 Why Redis Works Well as a Cache→
Short English draft for the Chinese post "Redis 为什么适合做缓存:数据结构、线程模型与持久化". Includes a small English summary for routing and layout checks.
Lang English Interview Notes · redis · Caching · Data Structures - May 7, 2025 Java Abstractions and Core APIs→
Short English draft for the Chinese post "Java 的抽象边界:集合、IO、反射、代理与 SPI". Includes a small English summary for routing and layout checks.
Lang English Interview Notes · java · Collections · io