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
Programming

When art meets programming – the Processing language

Let me introduce you to a wonderful tool for expressing your creativity. I believe that Processing is a must-have if you are keen on visual arts.

Read
Programming

Worker threads and multithreading in Node.js

Workers in Node.js are pretty new. Why do we need them and how can we use them in the single-threaded language? I will show you with a satisfying example.

Read
Programming

What I didn't know about the C language

There is no better way of understanding something as reading a documentation. I did it and here it is what I found interesting. Do you know these features?

Read