DEV Community

Cover image for We reward the owners of the best use cases ⭐
Nicolas Lorenzi for Luos

Posted on

 

We reward the owners of the best use cases ⭐

If you miss the news, we reward the owners of the best use cases with a $250 Amazon voucher and three months of dedicated support by Luos engineers 🙂

We want to better understand what developers are doing with Luos, for what project, for what purpose. Luos may be involved in the whole project or only in a small part.

In this case, we want to make an inventory of projects. These may be completed or in progress.
It's fast (< 2 min) and easy to participate: https://luos.typeform.com/usecases

Several projects will be selected ⭐

Top comments (0)

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.