- Robots Are After Your Job: Exploring Generative AI for C++ - Andrei Alexandrescu - CppCon 2023
- Robotics at Compile Time: Optimizing Robotics Algorithms With C++'s Compile-Time Features - CppCon23
- Playing Video Games One Frame at a Time - Ólafur Waage - Meeting C++ 2023
- Symbolic Calculus for High-performance Computing From Scratch Using C++23 - Vincent Reverdy - CppCon
- Using the filter view in practice - Nicolai Josuttis - Meeting C++ 2023
- C++ Weekly - Ep 415 - Moving From C++98 to C++11
- C++ Object Lifetime: From Start to Finish - Thamara Andrade - CppCon 2023
- Type Erasure - The Implementation Details - Klaus Iglberger - Meeting C++ 2023
- Monads in Modern C++ - Georgi Koyrushki & Alistair Fisher - CppCon 2023
- Undefined Behavior in C++: What Every Programmer Should Know and Fear - Fedor Pikus - CppCon 2023
- Back to Basics: Testing in C++ - Phil Nash - CppCon 2023
- Coroutine Patterns: Problems and Solutions Using Coroutines in a Modern Codebase - Francesco Zoffoli
- Back to Basics: C++ Concurrency - David Olsen - CppCon 2023
- Time Travel Debugging - Greg Law - Meeting C++ 2023
- Powered by AI: A Cambrian Explosion for C++ Software Development Tools - Emery Berger - CppCon 2023
- A Smooth Introduction to SYCL for C++20 afficionados - Joel Falcou - Meeting C++ 2023
- What a compiler does with templates in C++
- TDD for Microcontrollers - Daniel Penning - Meeting C++ 2023
- Johan Berg: Building libraries on top of Boost.Asio
- Machine Code Explained - Computerphile