Programming

Programming

The nature of Observables

When you mix some simple design patterns, you get a powerful set of tools which combine functional and reactive programming. That is ReactiveX!

Read
Programming

NaN boxing or how to make the world dynamic

Have 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.

Read
Programming

A quick guide to pipes and FIFOs

Communication 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
Programming

An overview on a simple yet compelling project about fractals

Recently I have made a little piece of code in C++ which yields satisfying results and helped me to discover many interesting tricks.

Read