Posts
All the articles I've posted.
-
Modern CMake Best Practices: Building Better C++ Projects in 2025
Published:We’ll explore modern CMake best practices that have transformed my workflow and can help you build better C++ projects.
-
Redesigning FastCode.Guru: From Hugo to Astro for a Faster, Modern Site
Published:Building a high-performance C++ blog like FastCode.Guru demands a website that mirrors those same values of speed and quality.
-
C++ Universal Constructor
Published:Can the default-, copy-, and move-constructors be combined in C++?
-
C++ Iterator Invalidation
Published:Iterator invalidation is one of C++’s most unforgiving pitfalls.