Quick Tricks Cmake, Conan, and GTest Example A minimal example of a project that uses cmake, conan, and gtest. I make use of the very handy cmake-conan wrapper. This setup also works seamlessly in CLion
C++ Dependency Injection with C++20 Concepts and the Service Provider Pattern In this article I explore a system of using C++20 Concepts for Dependency Injection
C++ Jthread, Stop Tokens, and Latches In this article I use jthread, stop tokens and latches to coordinate a worker pool