IdiomsPolymorphismTemplates

Idioms for Polymorphism and Templates

/
This post is unique because I have written about all the topics mentioned in this post already. Therefore,…
cover20

The C++ Standard Library: The Fourth Edition includes C++23

/
I'm happy to announce. I updated my "The C++ Standard Library" book to C++23.     Many…
ClassIdioms

Covariant Return Type

/
The Covariant Return Type of a member function allows an overriding member function to return a narrower…
8 how to get job hft firm

Webinar: How to get a job at a high-frequency trading digital-assets shop

/
Maybe, you want to know more about the high-frequency domain and consider applying in this particular…
RG E Cover M2 DPAC 720x720 2022 11 27

One Day left: 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…
not hear g24fbc3241 1280

The Lack of Training Culture: You hire for Skills but not for Attitude

/
Our software industry has a significant Lack of Training Culture. In my last articles, I wrote "Learning…
RG E Cover M2 DPAC 720x720 2022 11 27

45% Student Discount for my Mentoring Program: “Design Patterns and Architectural Patterns with C++”

/
When you are a student and book before 24/02/2023, you will get a 45% discount. But let me first…
ClassIdioms

The Iterator Protocol

/
When you want to use a user-defined type in a range-based for-loop, your user-defined type has to implement…
RG E Cover M2 DPAC 720x720 2022 11 27

One Week left: 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…
ClassIdioms

The Null Object Pattern

/
A Null Object encapsulates a do nothing behavior inside an object. It is often pretty comfortable to…