How do you use threads?
I was reading an article a few weeks ago about thread pools in embedded software. That got me thinking. While […]
I was reading an article a few weeks ago about thread pools in embedded software. That got me thinking. While […]
First start let’s start with a definition. In this context – dynamic memory means acquiring and releasing memory at run […]
The Data Model architecture pattern consists of all the model point instances in the application, and it is the canonical […]
I love my job as an embedded software engineer. However, I am a Compute Science guy by education so when […]
Like so many terms in the software world, the terms “software architecture” and “software detailed design” do not have canonical […]
In general, software developers don’t like generating documentation. This dislike was codified in the Agile Manifesto which prefers “Working software […]
This post is about my love-hate relationship with mutexes and my approach to managing the evils of mutexes. First we […]
This is an introduction of how to leverage different binding times for designing decouple code. What is binding time? Here […]
The TShell example project is an introduction to using the TShell framework. A brief overview to the TShell can be […]
The world can always use yet another Command Line Interface implementation 😉. Here is mine. The TShell is a C++ […]