Recent Posts

Fun with cppcheck

9 minute read

Do you use static analysis tools? Most of developers don’t care about them ,but it’s a huge mistake. Especially young developers after studies think that the...

Linux distributions problems

4 minute read

I use Linux since many years. Like many other developers I was keen on it on studies. Learning new operating system quickly involved me. I started my journey...

TODO comments

4 minute read

When you write bigger feature it takes days sometimes weeks. Plenty of new files, hundreds or thousands new line of code. From obvious reason you are focuse...