lnug / speakers

Open an issue to submit a talk
https://github.com/lnug/speakers
44 stars 7 forks source link

NodeJS stream module #218

Open mrbrianevans opened 1 month ago

mrbrianevans commented 1 month ago

NodeJS provides a brilliant built-in "stream" module for working with data streams. It is well suited for processing large data files and its promises API super-charges working with async iterables, such as paginating items from an API. This talk will feature a real time coding demo of how I've written simple data processing scripts for quick analysis at work, rapidly and effectively crafted using the node:stream/promises module. I'll also present some bonus developer tips on other use cases for the highly flexible Readable stream API.

Brian Evans is a full stack software engineer working in London using Javascript/Typescript.

Ankcorn commented 1 month ago

Hello @mrbrianevans

Thank you for your talk submission, are you available the last full week of august (25th - 29th).

I'm looking to arrange the next LNUG that week but have not fully confirmed the date yet.

Can you also confirm your talk will be 20 minutes long?

mrbrianevans commented 1 month ago

Hi Tom. Unfortunately I'm not available that week, since its the bank holiday weekend I'm going away. September perhaps?

Brian

Ankcorn commented 1 week ago

Hi @mrbrianevans,

We have a meetup scheduled for the 25th of September, does that suit you?

mrbrianevans commented 1 week ago

Yes