The access-by idiom in C++ 20 April 2022 programming Useful to unit-test private methods for when you have no better way.
Fast RTTI in C++ for a class hierarchy 28 April 2022 programming An example that shows compile time type id generation for a performant runtime type inference.