Concurrency is hard. Multithreaded code is hard. This post surveys common concurrency related bugs and outlines possible solutions.
Blog
Stopping Bugs: Code Reviews
Code reviews are a critical best practice in our never-ending battle to stop bugs.
Stopping Bugs: Seven Layers of Defense
Preventing software bugs from reaching our customers requires multiple layers of defense. This post explores seven layers of bug prevention.
Extreme Asynchronous Firmware Design
Firmware designs typically handle asynchronous events. But what happens when those events take seconds or even minutes to respond? Download this article to learn more.
The Anatomy of a Race Condition
What is a race condition? This post defines and explores this troublesome software flaw.