- C++ Insights - Episode 39: Recursion-free templates with C++17s fold expressions
- itCppCon23 New Algorithms in C++23 (Conor Hoekstra)
- Single-file Rust programs - new nightly feature to test
- Pixelate an image in less than 50 lines of code - Learning Rust Creatively
- 4 levels of Rust error handling
- Let’s Talk About C++ Abstraction Layers - Inbal Levi - CppNow 2023
- Timur Doumler: C++ and Safety
- Low-Latency Trading Systems in C++: Templated Meta-State Machines in HFT - Jason McGuiness - ACCU 23
- Linux Debuginfo Formats: DWARF, ELF, dwo, dwp - What are They All? - Greg Law - ACCU 2023
- [MUC++] Ivica Bogosavljevic - Introduction to Hardware Efficiency
- itCppCon23 Conan 2.0: lessons learned from the C++ ecosystem (Luis Caro Campos)
- C++ Weekly - Ep 382 - The Static Initialization Order Fiasco and C++20's constinit
- Raspberry Pi Pico with C++OS: Coroutines and std::execution in Embedded Systems - Detlef Vollmann