Coming soon: The Embedded Project Cookbook
I have posted little content to my blog over the last year – that is because I have been working […]
I have posted little content to my blog over the last year – that is because I have been working […]
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 […]
Let start with the famous quote: Insanity is doing the same thing over and over again, but expecting different results. […]
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 […]
NQBP Gen2 is a Python based build system that I have used in some form or another over many years […]
This week’s article is a dive into the Colony.core’s Cpl C++ class library, specifically its Operating System Abstract layer (OSAL). […]
As discussed earlier, one form of late binding is compile time binding. This is an abstraction technique that allows you […]