The original Design Patterns book was written in the early days of C++ when none of the modern constructs were available and the current issues (such as parallelism) weren’t so pressing. A lot of time has passed since then, with Design Patterns being adopted in all OOP languages that have come since then. In this talk, we’ll take a look at some of the ways to adapt the patterns, which are as relevant as ever, to use Modern C++.