C++ 17 - Generative Programming in C++ 17
Interesting generative programming in C++ 17. I think that this explains why compile time reflection and declarative programming approach is required for cle...
Interesting generative programming in C++ 17. I think that this explains why compile time reflection and declarative programming approach is required for cle...
1. Stateless - HTTP request/respond structure. 2. Idempotence - database snapshot, recovering data. 3. Monoid - map/reduce, parallelizing operations.
Installing nsenter in /usr/loca/bin directory 1 $ sudo docker run -v /usr/local/bin:/target jpetazzo/nsenter Get the process id of container 1 PID=$(docker ...
https://www.bfilipek.com/2017/01/cpp17features.html https://theboostcpplibraries.com/
https://www.fluentcpp.com/2018/07/10/105-stl-algorithms-in-less-than-an-hour/ http://www.fluentcpp.com/getTheMap/