Webinar: How to get a job at a high-frequency trading digital-assets shop
/
0 Comments
Maybe, you want to know more about the high-frequency domain and consider applying in this particular…
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…
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…
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…
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…
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…
The Null Object Pattern
A Null Object encapsulates a do nothing behavior inside an object. It is often pretty comfortable to…
Value Objects
A value object is a small object whose equality is based on state, but not identity. Typical value objects…
20 Days 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…
Regular Types
The concept of a regular type goes back to the creator of the Standard Template Library (STL) Alexander…