All you need to know about "child_process" in Node.js

Software Developer Diaries β€’ April 17, 2024
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

Child Process module in Node.js lets you spin up new isolated processes, which can help you in many ways. It is similar to Worker Threads in its usage but there is a big difference in its purpose. Let's learn all of that! ======⚑⚑⚑====== The blackboard in the video: https://eraser.io β˜• Buy me a coffee: https://www.buymeacoffee.com/softwaredeveloperdiaries πŸ™Œ 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://www.linkedin.com/in/gadirovgs/ πŸ’» Also, let's connect on GitHub: https://github.com/gusgad πŸ“š Resources: Official docs: https://nodejs.org/api/child_process.html#child-process Code: https://github.com/gusgad/youtube-tutorials/tree/nodejs-child-process And don't forget to subscribe for more videos like this 😊

You May Also Like