Blogs

Node.js

The Reactor pattern in Node.js

The reactor pattern

The reactor pattern is the heart of Node.js. It is a specialisation of the previously…

Read More
Event loop

Why do we need an event loop?

Operating systems provide another native mechanism to handle concurrent, non-blocking resources efficiently. This mechanism is…
Read More

Algorithms