DEV Community

Davide Bellone
Davide Bellone

Posted on

 

What do you native speaker of English listen at work?

At work, I'm used to listening to some music. Not all day, of course, only when I need focus or energy.

I usually avoid Italian music, since I can get distracted by the lyrics - yes, I'm Italian. Since most of the music production is in English, I don't have problems in finding the right music for me.

But... what about you? Do you have the same problem? What to do listen at work?

Top comments (2)

Collapse
 
codenutt profile image
Jared

I created my own lyric-free playlist for that exact reason.

Collapse
 
bellonedavide profile image
Davide Bellone

Not bad!! 😊

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.