When you mix some simple design patterns, you get a powerful set of tools which combine functional and reactive programming. That is ReactiveX!
ReadHave you ever wondered how dynamic typing, like in JS, works under the hood? There are some obvious solutions in this matter, however, there is also one which is more than brilliant.
ReadCommunication between processes is pretty important and POSIX's pipes and FIFOs are possible ways to obtain it. But they have some gotchas I would like to show you.
ReadRecently I have made a little piece of code in C++ which yields satisfying results and helped me to discover many interesting tricks.
Read