Igor Bagnucki

Junior Embedded Systems Developer at 3mdeb. Passionate about wild tent trips in mountains and embedded software engineering.


Articles (1)


Case study - debugging race condition in golang

Published at August 19, 2020 ·  5 min read

In this article, we analyze different approaches to debugging race conditions based on the case study. The most intuitive approach can work, but in reality, there may be better ways to find and fix the problem....

Categories: app-dev