Address and Leak Sanitizers for C++
A simple guide on how to have address and leak sanitizers for C++.
Read more ⟶
How to install Qt6 for C++ on Mac
Developing with C++ and Qt6 on Mac OSX should be easy. This article shows how to have a simple Qt6 installation that will prevent from build issues, as the infamous 'double binaries loaded'.
Read more ⟶
Software reliability with dishwashers
Just some random thoughts about what we can learn from everyday products.
Read more ⟶
Akka Streaming without backpressure
The article shows how using akka streams without backpressure can lead to issues that can be hard to debug.
Read more ⟶
Java concurrency with volatile
The article covers some basic definitions within the Java Concurrency framework, such as volatile and concurrent data structures.
Read more ⟶