- C++23 - std::expected, the superior way of returning a value or an error
- The Future of C++ Compiler Diagnostics in MSVC and Visual Studio
- Type safe - Zero overhead utilities for more type safety
- C++ Weekly - Ep 342 - C++20's Ranges: A Quick Start
- Reducing Signed and Unsigned Mismatches with std::ssize()
- The Singleton
- Lazy Initialisation in C++
- C++ initialization, arrays and lambdas oh my!
- Optimizing compilers deduplicate strings and arrays
- Something I implemented today: “is void”
- the sad state of debug performance in c++
- 5 Ways to Improve or Avoid Loops in C++20...23
- C++20, How Hard Could It Be
- Copy-on-write with Deducing
this
- C++ Weekly - Ep 341 - std format vs lib {fmt}
- Lightning Talk: A std::fs::path From Bug to Patch - Dean Moldovan - CppNorth 2022
- Can C++ be 10x Simpler & Safer? - Herb Sutter - CppCon 2022
- QtDevCon22 – Low-code Qt apps with Design Studio and SCXML
- C++ Weekly - Ep 338 - Analyzing and Improving Build Times
- Cerealization and RPC with Cap'n Proto
- Contractual Disappointment in C++ - John McFarlane - C++ on Sea 2022
- Episode 96: The K Programming Language