DEV Community

Bimochan Shrestha
Bimochan Shrestha

Posted on

 

Contributors wanted for synth music creation project

This is a project I built during my internship. I want to add new better sounds by using Web audio API's filters. You also can do a QA and post on its issues page. Any contributions are heavily welcome.

Github repo link

Happy Hacktoberfest!

Jamming JS

Top comments (2)

Collapse
 
greatkayolowo profile image
Kayode Alao

Hi. I'm new to programming but I'll like to contribute.

Collapse
 
sbimochan profile image
Bimochan Shrestha

Great!
I'll try to teach you.
First try playing around with the output of project. The link is in it's description.
Do you see any flaws or new idea features?
Open an issue or fork the project
Fire up your editor and fix the issue on code. Run locally. If all good give that branch your name and send a pull request.

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.