GOD tier masterclass indeed. Concise and to the point. Not even 15mins long! Saving it to my -Always useful- watch list. Thanks! ✌
@stith_pragya Жыл бұрын
Thank You so Much for providing such a wonderful video..........🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻
@RizwanIshakthesinister2 жыл бұрын
Thank you for that well put explanation
@mafiacodes2 жыл бұрын
You are very welcome
@jantack71867 ай бұрын
Thanks! Very helpful!
@p._7555 Жыл бұрын
minute 2:00 and I'm already loving your vscode setup 😍😍
@p._7555 Жыл бұрын
theme, FONT and CONSOLE
@smartguy3k3 жыл бұрын
very well explained. Thanks
@suryapratap9915 Жыл бұрын
@mafiacodes Can I run javascript file also using execFile ?
@imthelordoflove53622 жыл бұрын
thank you very much brother you literally saved me😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭
@examsubway20343 жыл бұрын
Man you will live for 100 years
@danielnadar753 жыл бұрын
Awesome stuff!!! Keep up the great work.
@yeshh79933 жыл бұрын
Thanks man really appreciated this tuto
@riteshthakur92504 жыл бұрын
Amazing video as always
@karlang26373 жыл бұрын
Amazing explanation. Thank you.
@jothinayagan.iyyappan3 жыл бұрын
This video made my day. TQSM 🔥
@mafiacodes3 жыл бұрын
My pleasure 😊
@ahmedhassaballa9909 Жыл бұрын
Hi can you please help me to figure out what is cmd equivalent for FIND for windows PowerShell ? much appreciated thank you
@SuperQuwertz2 жыл бұрын
Thank you! Really helpful :)
@rishavkumar13 жыл бұрын
You are amazing bro!! Thanks a lot for making me understand.
@bhupendersoni5467 Жыл бұрын
Dude which keyboard are you using? Keystrock sound is so crispy. Please reply.
@Vishal360 Жыл бұрын
crystal clear
@kayderl Жыл бұрын
I like how he calls himself “killer”
@SpencerDavis20003 жыл бұрын
very helpful video thank you :)
@mafiacodes3 жыл бұрын
You're welcome!
@angryman93332 жыл бұрын
you a legend
@sivaragu33912 жыл бұрын
Thanks for the explanation brother… Im trying to open exe by using this,it is working in my local machine but after deployment it is not working why..any idea? Im calling this method from angular application
@DeaHHone3 жыл бұрын
Thanks!!!!
@AnupKumar-fy4ub2 жыл бұрын
How to run mongodb shell commands? it's not working with this.
@razx20092 жыл бұрын
which mechanical keyboard are you using ? I liked the sound of it
@فريقالأبطال-ت2ك3 жыл бұрын
Thanks
@itsmochino Жыл бұрын
i came because curios, about how to send stdin while using child_process. e.g if i hve file `inp.js` which using readline-sync for prompt input. and i also have `call.js` to call `inp.js` using child_process, i want to send input and press enter. i' was tryng research, but still stuck bad.
@Uthalerebaba-nr4qi7 ай бұрын
Did you find out how to do it?
@itsmochino7 ай бұрын
@@Uthalerebaba-nr4qi yes, i have applied it in my project. just do: const output = execSync(command, { input: "0 " }).toString();
@atultiwaree6023 Жыл бұрын
I'm getting error spawn enoent, when running command other than node --version in windows machine please help
@biltten57863 жыл бұрын
I really did not understand what is point of creating a child here
@rahulbera4543 жыл бұрын
amazing just on point !!! Keep pushing content like see. Btw what zsh theme you are using ???
@soumityachauhan86094 жыл бұрын
when i trun on my laptop hotspot With that when i connect some external device with that hotspot My local server should be listen that external device With node please help Thankyou
@mthaha27353 жыл бұрын
Where would these modules be useful. Or they have a particular use case that you have shown in the video?
@mafiacodes3 жыл бұрын
depends on use case
@dulalsandip79504 жыл бұрын
where can we see the real application of child process in our software application?
@mafiacodes4 жыл бұрын
Like for example ur making cmd line applications, or u want to exec some script on certain conditions, or if u want to train an ml model on different thread, or if u want to backup database. This db backup example is coming in a couple of days and u can see the real application
@dulalsandip79504 жыл бұрын
@@mafiacodes sounds great. waiting for the real application of child process video desperately and waiting for npm packages video too how you made.The best channel ever seen on node.hats off to your effort sir
@DTUSEM2 жыл бұрын
This can help to build online judge for online editor for programming language.
@sifagayev77932 жыл бұрын
that cursive font came out of nowhere
@jaggesher3 жыл бұрын
First of all thanks For this awesome content. I have another query, Can I have your vs code config?
@technoinfoworldwide23294 жыл бұрын
I am waiting for your video tutorial how you made your npm packages
@mukundthakare10413 жыл бұрын
Hello Thanks for the explanation. I have doubt regarding the spawn. Can I use Spawn to launch the .exe file (.exe is a console application developed using the visual studio, which renders different shapes using openGL and transfer rendered data to the server and then server display this data on the browser ? ) Right now the issue I am facing is whenever I launch the .exe using spawn I am not able to render anything in openGL context.
@DemPilafian2 жыл бұрын
Using *require?* Is this video from 2021 or from 2011?
@soumityachauhan86094 жыл бұрын
ls -lh. Is not working ? And when i hit ls -lh in cmd Show err ls not recognized Thankyou awesome video
@mafiacodes4 жыл бұрын
Use an equivalent windows command like - dir
@riteshthakur92504 жыл бұрын
Can you make a code review session on your channel where we can submit our git repo and you can review our repo and tell how can we improve our code and review our repo😊
@mafiacodes4 жыл бұрын
Seems interesting, will see how we can do it.
@biltten57863 жыл бұрын
please add links to prev,next video or at least add video number
@andyalejandro95234 жыл бұрын
Need lovely 😍💋 💝💖❤️
@sayanbhattacharyya14553 жыл бұрын
I am trying to run a compiled c program using spawn, but is showing error. I am using Linux. events.js:174 throw er; // Unhandled 'error' event ^ Error: spawn a ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19) at Function.Module.runMain (internal/modules/cjs/loader.js:834:11) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) Emitted 'error' event at: at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12) at onErrorNT (internal/child_process.js:415:16) [... lines matching original stack trace ...] at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) please help me.
@mafiacodes3 жыл бұрын
it should not, may try on a different machine, if there also you get an error, share your repo