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.
ReadHave you ever heard about ray tracing? This is the 3D rendering technique gaining more and more popularity nowadays. Let's see how it works!
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.
Read