Posts
All the articles I've posted.
-
Unit Testing at Speed with Catch2
Published:A practical guide to Catch2 v3 for modern C++ projects.
-
Awesome C++: The Ultimate Resource Guide
Published:I've compiled this comprehensive resource guide to help both newcomers and veterans navigate the vast C++ ecosystem.
-
Smart Pointers in C++23: A Comprehensive Guide
Published:Here, I’ll share my deep dive into std::unique_ptr, std::shared_ptr, and std::weak_ptr in C++23, discussing their design, performance characteristics, thread-safety nuances, and best practices.
-
Solving the C++ Class Hash Problem
Published:Easily create a hash value for your classes.