cpp

An Interview that went Viral

/
In August, I gave an interview which caused many comments. Now, is the right time to publish my thoughts.     I…
BehavioralPattern
RG E Cover M2 DPAC 720x720 2022 11 27

Early Bird Price for my Mentoring Program “Design Patterns and Architectural Patterns with C++”

/
When you book it before 24/02/2023, you will get a 33% discount. But let me first present my mentoring…
GeneralIdioms

The Copy-and-Swap Idiom

/
An idiom is an architectural or design pattern implementation in a concrete programming language. Applying…
PythonCpp

Webinar: C++ with Python for Algorithmic Trading

/
It’s a surprising fact that C++ and Python are often and effectively used together.  They are…
RG E Cover M2 DPAC 720x720 2022 11 27

Registration is Open for my Mentoring Program “Design Patterns and Architectural Patterns with C++”

/
I'm happy to present my new mentoring program "Design Patterns and Architectural Pattern with C++"…
BehavioralPattern

The Template Method

/
The Template Method is a behavioral design pattern. It defines a skeleton for an algorithm and is probably…