DEV Community

Cover image for Listen to the S8E2 of DevDiscuss: "You Too Can Create Beautiful Data-Driven Essays Like The Pudding"
dev.to staff for The DEV Team

Posted on

 

Listen to the S8E2 of DevDiscuss: "You Too Can Create Beautiful Data-Driven Essays Like The Pudding"

Here's a delicious and freshly-baked episode of DevDiscuss to satisfy your developer podcast cravings. Added bonus: it goes great with Pudding πŸ˜‰

play pause DevDiscuss

Quick refresher β€” DevDiscuss is the first original podcast from DEV all about the burning topics that impact all our lives as developers.

Hosts:

Guests:

  • Russell Goldenberg β€” is a Scorpio. He makes stories with data and code at The Pudding. Nowadays coding mostly in Svelte.
  • Michelle McGhee - makes visual stories at The Pudding. She also enjoys making delicious food and 3-pointers at pickup basketball.

>> Check out The Pudding here

Let us know your thoughts on this show in the comments below β€” or on Twitter (@thepracticaldev ).


You can follow DevDiscuss to get episode notifications and listen right in your feed β€” or subscribe on your platform of choice! Plus, if you leave us a review, we'll send you a free pack of thank-you stickers. Details here.

Quick Listening Links

Acknowledgements


Thanks for tuning in to DevDiscuss! ❀️

Top comments (1)

Collapse
 
cerchie profile image
Lucia Cerchie

I'm such a fan of the Pudding! Playing this episode right away.

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.