Archives

All posts in reverse chronological order.

Entries
41
Page
22

2018

13 Entries

  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…

2015

1 Entries

  1. PL

    What Is const in C++

    This article reviews three common uses of const in C++, analyzes its semantic confusion and limitations, and discusses alternatives such as…

2014

2 Entries

2013

6 Entries

2012

1 Entries

  1. 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…