- Greg Law - Linux User/Kernel ABI Detail
- Lukas Bergdoll - Safety vs Performance. A case study of C, C++ and Rust sort implementations
- Refactoring C++ Code for Unit testing with Dependency Injection - Peter Muldoon - CppCon 2024
- Building Safe and Reliable Surgical Robotics with C++ - Milad Khaledyan - CppCon 2024
- C++ Reflection: Back on Track - David Olsen - Meeting C++ 2024
- C++ Under the Hood: Internal Class Mechanisms - Chris Ryan - CppCon 2024
- How To Debug C++ & C in VS Code - Debugging Race Conditions
- Applied Modern C++: beyond type erasure and visitor pattern - Olivia Quinet - Meeting C++ 2024
- How to Design a Slimmer Vector of Variants in C++ - Christopher Fretz - CppCon 2024
- Classes C++23 Style - Sebastian Theophil - Meeting C++ 2024
- Back to Basics: Functional Programming and Monads in C++ - Jonathan Müller - CppCon 2024
- C++26's std::span Over initializer_list - C++ Weekly Ep 465
- VULKAN: From 2D to 3D // C++ 3D Multiplayer Game From Scratch // LIVE TUTORIAL
- The Most Popular Bugs and Code Smells in C and C++ - Philipp Dominik Schubert - Meeting C++ 2024
- How to Use string_view in C++ - Basics, Benefits, and Best Practices - Jasmine Lopez & Prithvi Okade
- User API & C++ Implementation of a Multi Producer, Multi Consumer, Lock Free, Atomic Queue - CppCon
- Perspectives on Contracts for C++ - Lisa Lippincott - CppCon 2024
- An (In-) Complete Guide to C++ Object Lifetimes - Jonathan Müller - Meeting C++ 2024
- Lightning Talk: All the Defaults Are Backwards in C++ - Let's Fix That - Phil Nash - C++ on Sea 2024
- Easily Printing std::variant - C++ Weekly - Ep 464
- invoke_r Should Not Exist - C++ Weekly Ep 466
- Build Safer Modern C++ Application: Mix Assertion, Logging, Unit Testing and Fuzzing with ZeroErr
- Boost Your Intra-Process Communication Programs With C++20 & Contract-Concept-Implementation Pattern
- Security in C++: Hardening techniques from the trenches - Louis Dionne & Konstantin Varlamov
- Secrets of C++ Scripting Bindings: Bridging Compile Time and Run Time - Jason Turner - CppCon 2024
- How to Improve the Safety of C++ Code With a Quantities & Units Library - Mateusz Pusz - CppCon 2024
- Design Patterns - The Most Common Misconceptions (2 of N) - Klaus Iglberger - Meeting C++ 2024
- Cpp Contracts - How Contracts in C++26 Can Improve C++ Code Safety and Correctness - Timur Doumler