Join us on Facebook!
Synchronizing threads at a lower level. written on July 21, 2019
A look at one of the most popular ways of concurrency control in a multithreaded application. written on May 10, 2019
A quick and dirty tutorial on how to get things done. written on January 16, 2019
Different options with different meanings. written on December 24, 2018
Pointer, constant pointer, pointer to constant, constant pointer to constant: what else? written on December 10, 2018
New (!) ways of memory management. written on October 23, 2018
Two ways of defining type aliases for a smarter code. written on August 22, 2018
A collection of personal notes and thoughts on rvalue references, their role in move semantics and how they can significantly increase the performance of your applications. written on June 02, 2018
A brief tour into the realm of writing C/C++ applications, the role of the Standard Library and how it is implemented in various operating systems. written on February 26, 2018
A cool alternative to the C way of having static global variables. written on March 18, 2017
A lightweight introduction to a couple of basic C++ features that act as a foundation for bigger structures. written on September 15, 2016
I want to use JavaScript in a more object-oriented way. written on June 20, 2016
What happens when you blindly trade with a very dumb script in the year range 2000-2015. written on June 08, 2016
A gentle introduction to aggregate tests that will be executed together. written on March 02, 2016
What to do when a proxy server steps on your toes? written on January 29, 2016
Experiments on the fundamental theorem that explains why many distributions tend to be close to the normal distribution. written on November 28, 2015
A one-line solution thanks to the Parameter Expansion. written on October 19, 2015
Add easy support for testing your program. written on September 08, 2015
Automake can recurse into subdirectories and compile source files from there. written on July 26, 2015
Python logging introduces lots of concepts and configuration options. I'm going to smooth them out for good. written on June 27, 2015
ServletContextAttributeExporter definitely saved my life. written on June 09, 2015