-
Redis Beyond CachingBased on the original Redis notes, this post keeps the material on distributed locks, message queues, HyperLogLog, and high availability.
14 min read English -
Redis Quick NotesEarlier Redis notes originally written in Apple Notes.
68 min read English -
Transactions, Locks, and MVCC in MySQLBased on the original MySQL notes, this post keeps the material on transactions, locks, MVCC, logs, and optimization.
30 min read English -
MySQL Logs and LocksEarlier MySQL notes originally written in Apple Notes.
30 min read English -
JMM, Thread Pools, and CompletableFutureBased on the original Java concurrency notes, this post keeps the material on the JMM, locks, atomic classes, ThreadLocal, thread pools, and related topics.
89 min read English -
Why MySQL Is FastBased on the original MySQL notes, this post keeps the material on fundamentals, indexes, B+ trees, and execution plans.
25 min read English -
Why Redis Works Well as a CacheBuilt from the original Redis notes and Apple Notes, this post restores cache positioning, data structures, the threading model, and persistence.
11 min read English -
Java Abstractions and Core APIsBased on the original Java notes, this post keeps the material on collections, IO, reflection, proxies, and SPI.
101 min read English