DEV Community

Piyush Kumar
Piyush Kumar

Posted on

 

Best resources for learning cloud and distributed computing?

Hi, I want to develop applications pertaining to cloud and distributed computing architecture. I have some basic theoretical knowledge of cloud. I have looked into internet but not able to find cumulative resources explaining steps and guidelines with proper sample projects.

So, can anyone suggest some good resources(books/online courses/articles) that will help me seriously dive into cloud computing field?

Thanks
Piyush

Top comments (2)

Collapse
 
thezooperman profile image
zooperman

github.com/theanalyst/awesome-dist...
is your guide in this journey

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.