Features

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