[content] Items 18: Make interfaces easy to use correctly and hard to use incorrectly DO:1. […]
[C++][Chap. 3] Resource Management
[content] Items 13: Using objects to manage resource DO: Resources are acquired and immediately turned […]
[C++][Chap. 2] Constructor, Destructor and Assignment Operators
[content] Items 5: know what functions C++ silently writes and calls WHY: If there are […]
[C++][Chap. 1] Accustoming Yourself to C++
[content] Item 1. View C++ as a federation of languages C++ is a multi-paradigm programming […]
[C++] Effective C++
Chapter 1. Accustoming Yourself to C++ [Note] Item 1. View C++ as a federation of […]
[DDIA][Chap.12] The Future of Data Systems
[Content] DDIA (Design Data Intensive Applications) Chapter 12 Keywords: Data Integration, Batch and Stream Processing, […]
[DDIA][Chap.11] Stream Processing
[Content] DDIA (Design Data Intensive Applications) Chapter 11. Keywords: Consumer, Producer, Topic, Stream, Message Broker, […]
[DDIA][Chap.10] Batch Processing
[Content] DDIA (Design Data Intensive Applications) Chapter 10. Keywords: Services, Batch Processing, Stream Processing, MapReduce, […]
[DDIA][Chap.8] The Trouble with Distributed Systems
[Content] DDIA (Design Data Intensive Applications) Chapter 8. Keywords: Total system failure, Partial failure, HPC […]