Categories

Tips

Posts gathered under this term.

Entries
14
  1. Introduction to Distributed Systems

    This article gives beginner readers an overview of the basic problems, common solutions, technical challenges, and learning directions for …

  2. CAP, ACID, What Can We Do?

    Starting from the CAP theorem and ACID properties, this article discusses the trade-offs among consistency, availability, and transaction d…

  3. Checking Overflow with Inline Assembly

    This question often comes up in interviews, and real-world projects also frequently need to address the same issue: how to determine whethe…