- Function composition in modern C++ https://ngathanasiou.wordpress.com/2023/03/05/composing-callables-in-modern-c/ 27 comments cpp
- Safe specializations via concepts https://ngathanasiou.wordpress.com/2022/04/18/safe-specializations-concepts-in-practice-1/ 4 comments cpp
- A C++ locking wrapper https://ngathanasiou.wordpress.com/2021/08/09/a-c-locking-wrapper/ 49 comments cpp
- Avoiding compile time recursion https://ngathanasiou.wordpress.com/2020/07/09/avoiding-compile-time-recursion/ 4 comments cpp
- A “sorted view” https://ngathanasiou.wordpress.com/2017/01/11/a-sorted-view/ 7 comments cpp
- Want a (std::) slice? https://ngathanasiou.wordpress.com/2016/11/28/want-a-std-slice/ 7 comments cpp
- Compose and curry as folds https://ngathanasiou.wordpress.com/2016/11/23/compose-and-curry-as-folds/ 4 comments cpp
- Fun with folds (in cpp) https://ngathanasiou.wordpress.com/2015/12/15/182/ 5 comments programming
- Fun with folds https://ngathanasiou.wordpress.com/2015/12/15/182/ 18 comments cpp
- Lambda hackery: Overloading, SFINAE and copyrights https://ngathanasiou.wordpress.com/2015/10/20/lambda-hackery-overloading-sfinae-and-copyrights/ 5 comments cpp
- Benchmarking in C++ https://ngathanasiou.wordpress.com/2015/04/01/benchmarking-in-c/ 3 comments cpp