Blog

My project's page

Valgrind – A brief summary

Hello everyone, in this post we’ll take a quick look at Valgrind to understand what is it. In future articles we’ll analyze in detail the different tools and we’ll see how to use them to the fullest. Valgrind is a multipurpose tool, a Swiss boxcutter for programmers. This helps us in many different situations: from…
Read more


15 March 2017 0

C – Optimization and tricks

Hello everyone. Lately, working on a C project it happened to be dealing with a few tips regarding the optimization. I found few information surfing the net so I studied the GCC documentation and several articles about the programming language, and decided to share them, even if small, tricks with you. I will try to be as clear as…
Read more


10 March 2017 0