Quick Introduction to Modern C++ (C++11–C++23).
Smart Pointers in Modern C++.
RAII in Modern C++.
Move Semantics in Modern C++.
Lambda Expressions From Basics to Advanced Usage.
STL Containers in Modern C++.
Modern C++ Error Handling.
Basics of Multithreading in Modern C++.
Mutex, Lock, unique lock in Modern C++.
Future & Promise & async in Modern C++.
Thread Pools in Modern C++.
Atomic Operations in Modern C++.
Coroutines The Comprehensive Concise Guide in Modern C++.
Memory Management in Modern C++.
Modern C++ Low-Level Optimization.
Inline Assembly in Modern C++.
SIMD in Modern C++.
Writing High-Performance Code with std::vector & std::array in Modern C++.
Understanding the Compilation Pipeline in Modern C++.
Linking Explained Static vs Dynamic vs LTO Guide in Modern C++.
Best Practices in Modern C++ The Golden Principles.
Clean Code in Modern C++.
API Design in Modern C++.
How to Write Maintainable C++ Code in Big Projects.
Dependency Injection in Modern C++.
Testable in Modern C++.
Modern C++ Modules A Concise Version for Practical Use.
Network Programming in Modern C++.
File I/O in Modern C++.
Building a Simple Logger in Modern C++.
Working with JSON and Serialization in Modern C++.
Writing Safe Plugins and DLLs in Modern C++.
Git for C++ Developers A Small, Practical Edition.
Mastering Modern CMake The Fast Reference Guide.
Mastering Unit Testing in Modern C++ with Google Test.
Profiling & Debugging Tools for Modern C++.
Template Metaprogramming in Modern C++.
SFINAE Concepts in Modern C++.
Policy-Based Design in Modern C++.
Modern C++ and Embedded Systems.