- Reducing C++ Compilation Times Through Good Design - Andrew Pearcy - ACCU 2024
- Keynote: Strategies to Cope With Conflicting Design Patterns in C++ Development Teams - Laura Savino
- Reintroduction to Generic Programming for C++ Engineers - Nick DeMarco - C++Now 2024
- Functional C++ - Gašper Ažman - C++Now 2024
- Dependency Injection in C++ - A Practical Guide - Peter Muldoon - C++Now 2024
- Unlocking Modern CPU Power - Next-Gen C++ Optimization Techniques - Fedor G Pikus - C++Now 2024
- Mateusz Pusz: Improving our safety with a quantities and units library
- Developing Better C++ Code by Isolating Decisions - Michael Okyen - C++Now 2024
- What We’ve Been Awaiting For? - How to Build a C++ Coroutine Type - Hana Dusíková - C++Now 2024
- C++ Weekly - Ep 442 - Stop Using .h For C++ Header Files!
- C++ Weekly - Ep 443 - Stupid constexpr Tricks
- Why I Don't Like Singletons
- Enhancing Safety in C++ Code With Modern C++ Quantities and Units Library - Mateusz Pusz - ACCU 2024
- C++ Insights - Episode 53: Mastering C++23: Leveraging if consteval for more constexpr functions
- Introduction to Coroutines
- Understanding the Qt Stack Trace with Volker Hilsheimer & Fabian Kosmale