Blog Posts

Recent posts

High scalable application characteristics

less than 1 minute read

1. Stateless - HTTP request/respond structure. 2. Idempotence - database snapshot, recovering data. 3. Monoid - map/reduce, parallelizing operations.

C++17 - Learning STL algorithm

less than 1 minute read

https://www.fluentcpp.com/2018/07/10/105-stl-algorithms-in-less-than-an-hour/ http://www.fluentcpp.com/getTheMap/