DEV Community

Romaric P.
Romaric P.

Posted on

 

The top 10 AWS architecture built with Qovery in 2022

We are in May 2022, and hundreds of startups have built their infrastructure on AWS using Qovery. Check out this guide where I share the 10 best (and fancy) AWS architectures our users have made.

https://www.qovery.com/blog/the-top-10-aws-architecture-built-with-qovery-in-2022

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.