How to use "Streams" to improve performance in Node.js?

Software Developer Diaries November 26, 2022
Video Thumbnail
Software Developer Diaries Logo

Software Developer Diaries

@softwaredeveloperdiaries

About

Hello and welcome to my channel! 👋 I'm Gus, a Software Developer who loves sharing the learnings throughout the journey. At the moment, I work as a Software Engineer at Bosch, with experience in Web Development & Machine Learning (a weird mix, I know), and love pushing the limits. I share purely tech topics, career growth, lifehacks, and some fun content - so join me! Please consider SUBSCRIBING to the channel, if you like the content. If not, please, leave a comment on how I can improve it. All ideas and suggestions are warmly welcomed! :) DISCLAIMER: I’m lucky enough to occasionally have sponsored/affiliated products to review and feature on my channel. I would not recommend anything that I don't like or believe in as a customer myself, so you can be sure that all views are honest and 100% mine. All the videos, songs, images, and graphics used in the video belong to their respective owners and I or this channel do not claim any right over them.

Video Description

In this tutorial on Node.js Streams, pipes, pipelines and Transforms we're going to learn how all of that functionality works. Duplex, Writable and Readable Streams in Node.js can help when dealing with large-size files, to buffer chunks of it instead of filling your memory at once. ======⚡⚡⚡====== Consider supporting the channel by clicking the "Thanks" button ❤️ 👉 Get a 20% discount on Brilliant.org (to learn Science, Technology, Engineering, and Math): https://brilliant.sjv.io/kjVO2z ======⚡⚡⚡====== 🙌 Become my Patreon and get exclusive perks: https://patreon.com/softdevdiaries 💼 Follow me on LinkedIn and drop me a message if you'd like: https://linkedin.com/in/gusgadirov 💻 Also, let's connect on GitHub: https://github.com/gusgad 📚 Resources: Top-level await: https://youtu.be/w1_qt9nyAFA Node.js Streams documentation: https://nodejs.org/api/stream.html 🕒 Timestamps: (0:00) How do Streams work? (02:35) Readable Streams (07:10) Writable Streams (07:57) Duplex Streams: pipe, pipeline, & Transform And don't forget to subscribe for more videos like this 😊

You May Also Like