DEV Community

Mike
Mike

Posted on

 

Recommended Read: The Imposters Handbook (Seasons 1, 2)

If you're looking for a book to read, I would strongly recommend The Imposters Handbook, both Season 1 and 2, it touches on a variety of subjects, and in my (unqualified) opinion does a great job at guiding the reason, and helping them understand the concepts normally taught in schools.

It's well worth a read, and if anyone would like a copy and cannot afford one, I will give away a few copies! :)

Thanks!

Top comments (3)

Collapse
 
hzburki profile image
Haseeb Burki

Is this online only or is there a hard form as well ?

Collapse
 
michaelgv profile image
Mike

There is a hard form as well.

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.