This blog post is about a Linux mechanism called proc connector that allows you to get asynchronous notifications about different events on a Linux OS, and my new library RCI that wraps it up for you in an easy to use C++ API.
Continue reading...cpp
pfs – Parsing the Linux procfs
Read about the pfs library, considerations taken during the development process, styling choices and other interesting design issues.
Continue reading...Improving C++: Add defer from Go
Super easy but incredibly powerful implementation of Go’s defer idea in C++, with real-life examples, useful tips and better code practices.
Continue reading...