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
Others

Ray tracing explained

Have you ever heard about ray tracing? This is the 3D rendering technique gaining more and more popularity nowadays. Let's see how it works!

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