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
Quick Tricks
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++
In this article I explore a system of using C++20 Concepts for Dependency Injection
C++
In this article I use jthread, stop tokens and latches to coordinate a worker pool