Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS stream module #218

Open
2 tasks done
mrbrianevans opened this issue Aug 2, 2024 · 4 comments
Open
2 tasks done

NodeJS stream module #218

mrbrianevans opened this issue Aug 2, 2024 · 4 comments

Comments

@mrbrianevans
Copy link

mrbrianevans commented Aug 2, 2024

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.

  • I confirm that I will abide by the Code of Conduct

  • I confirm my talk is 20 mins long in total.

@Ankcorn
Copy link
Contributor

Ankcorn commented Aug 3, 2024

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
Copy link
Author

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

Brian

@admataz admataz added this to the September 2024 milestone Aug 17, 2024
@Ankcorn
Copy link
Contributor

Ankcorn commented Sep 5, 2024

Hi @mrbrianevans,

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

@mrbrianevans
Copy link
Author

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants