DEV Community

Deepanshu Udhwani
Deepanshu Udhwani

Posted on

 

A list of Open-Source Programs to help everyone!!!

Hey Developer !

You look everywhere to find a good open source project to contribute to ,but fails every time as you didnt found a good project or no incentive was there so you decided not to contribute to open source

But here I have created a list that I'm sure will definitely help you sooner or later ♥

GitHub logo deepanshu1422 / List-Of-Open-Source-Internships-Programs

A curated list of all the open source internships/Programs

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.