DEV Community

Janeth Graziani
Janeth Graziani

Posted on

 

๐Ÿ’๐Ÿปโ€โ™€๏ธ๐Ÿ‘จโ€๐Ÿ’ปJune 2018โ€Šโ€”โ€ŠTop 100 Web & Software Development Articles ๐Ÿ˜

Last month Brandon Morelli started doing something new at CodeBurstโ€Šโ€”โ€ŠTop 10 lists of Web Development and Software development articles. And today he has published a compilation of trending articles in Web Dev, Python, Java, AI, Android Dev, Web Design, and More! Good Stuff!! Have a look! ๐Ÿ‘€๐Ÿง

{https://codeburst.io/june-2018-top-100-web-software-development-articles-4a2903787fad}

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.