As in the previous years I’ve attended this year’s ESE congress. This time I had two Rust related talks in…
If you’re doing bare-metal embedded programming you’ve probably used IAR’s embedded workbench at some point. IAR is a goto solution…
This is a tiny bit of code that was my solution to a recent company code-dojo. A bit of background:…
Dependency Injection has become an established part of good design in the past decade, as it allows us to control…
Part one of the “memorysafe C++” series will look at how std::optional can help us to write safer code, that…
Most of the embedded world is still stuck in C – a language that is nearing it’s 50th birthday. C++…
Disclaimer: The codesnippets in this post are made up to highlight the problems of hungarian notation. They are not actual…