- A small review of - C# 10 in a Nutshell
- A Project - Automation of a Virtual Production Plant
- A small review of - Software Architecture Patterns
- Completion of course - KUKA (KRC4) industrial robot operator and programmer training - advanced programming level
- Competion of online course - 'Javascript: Understanding the weird parts'
- github - Tinycards Data Converter now available
- A quick overview of - Docker
- Lesson of the day - Creating a C++ abstract class without a custom pure virtual function
- Some thoughts on writing an application
- Lesson of the day - Running multiple QtTest classes within a single project the easy way
- Lesson of the day - Setting up a project in Qt Creator with unit testing - The proper way
- Lesson of the day - Use lambdas to help function overload resolution
- Cheat Sheet - Qt display hierarchy
- Lesson of the day - Using ref-qualifiers to determine the r/lvalueness of an object a function is called from
- Lesson of the day - Reusing parameterized test classes in Google Test
- Lesson of the day - Setting up a project in Qt Creator with unit testing - The easy way
- Lesson of the day - Converting between styles to access ui elements in Qt
- Lesson of the day - Generate OpenCV offline documentation for Qt Creator
- A quick overview of - C++ concurrency - Part 2
- A quick overview of - C++ concurrency - Part 1
- Lesson of the day - Little design, ton of work
- Lesson of the day - Classes, Callback functions and friends
- Lesson of the day - Compiling and related topics
- Lesson of the day - A better understanding of cv::namedWindow usage and its memory management
- Lesson of the day - Making your optimization efforts in a switch statement work
- A small status update: digging a bit more into Qt and OpenCV
- Cheat Sheet - UML class diagrams
- Lesson of the day - Getting to know the diamond problem
- Translating Head First Design Patterns Java code to C++
- Lesson of the day - Output operator overloading and class inheritance
- Lesson of the day - Using std::make_unique and std::make_shared with private constructors
- Lesson of the day - The order of deriving classes does matter
- Lesson of the day - Remember the destructor
- Lesson of the day - Examining the usage of C++17's structured binding
- My first experience with Qt (and a comparison of qmake and CMake project files)
- Lesson of the day - Enabling auto resize for your Qt widgets with a layout
- Lesson of the day - Start organizing your classes visually as you write them
- Lesson of the day - Using 'static' and 'auto' together in a class
- Lesson of the day - Don't overthink function parameters
- Lesson of the day - Don't overuse smart pointers, don't underuse * and &
- A tic-tac-toe game written purely in bash
- C++ coding right on track! (code+github account now available)
- My first programming experience with C++