Tags

Tips

Posts gathered under this term.

Entries
16
  1. Tips

    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…

  2. PL

    Reference Types in C++

    This article discusses the meaning of reference types through a C++ written-test question, and how to define types with polymorphic behavio…