Main ne video dekhna start hi kiya hai lekin abhi se Thank You Very Much bol raha hun Piyush Bhai...kyun ki mai ek project pe kaam kar raha hun jismein mai ek cloud IDE provide karna chahata thaa aur aap video le aaye...THANK YOU VERY MUCH and LOTS OF LOVE FROM ODISHA ❤
Ek system design ki playlist mil jaati aapke channel se to hm logo ka bhi bhala ho jata because your explanation is different from other and I love it♥️
@piyush > I'm not a backend guy but i have been constantly watching your videos from a long journey.whenever i watch your videos i feel motivated to start! Thanks for uploading such peak content man 🤝 highly appreciate your efforts
we get an error installing node-pty on windows and it really doesn't work on windows.. i guess checked few comments on it on github and stackover flow don't know wts causing this issue
Great explanation but, We'll ensure to integrate Docker for easier deployment and consider storing the code on S3 instead of the server. Regarding security, we'll address the root directory access issue and implement safeguards to prevent unauthorized deletion of the server or access to other users' code. Also Build your own - "app,eraser,io" Make a video on that bro. It will be helpful.
It was really awesome - One request to put all things in One because the video already 1.3 hrs long. I left out for the docker part like for each user how to spin one, how to restrict and how to utilize docker to the cost remains under the hood
I have one doubt user can create server on any port right . Then how to know which port from docker container we need to expose sp that user can acess his created api endpoint on browser .
I am getting error when I npm i node-pty I researched for windows c++ build tools are imp visual studio Is anyone getting error like this??? piyush what is the solution for this!!
@@HarshKumar-sz4lo Yes bro we need to install the visual studio and then in the installer tab we need to install build tools!! the version of build tools is dependent on your vs code 2019 or .. etc and then the node-pty works 100%!
@@nilabhamondal4821 bro you should install package mentioned in the error of node-pty also you need to install python in your system after doing this just restart your pc error will resolve...
This can't be called as cloud ide because first no isolated user containers, we are directly running user code in our server and if we containerize the websocket server and give an instance to each user then we have given access to our backend code to user plus it will conflict the websocket port and if user want to run python then he also get this socket server written in javascript this will increase the size of image. Is Websocket really a way to create cloud ide?
What a awesome video. I beg you to please do a video explaining how can we learn the same thing or be like you, please don't ignore this comment and create a roadmap for nooobs like us. Please
I am a flutter developer and I am wondering if I should learn the backend which framework I should pick Currently, I am learning nodejs for my flutter app is this good approach.
Rust : Extreme performance but very high learning curve Go : Good performance, low learning curve Python : moderate-good performance, no learning curve JS : low performance, low learning curve since most people come from frontend frameworks
Comes with another video on how we can spin up docker container for every user? Because if multiple use is going to use same folder then its going to be messy
Nobody could beat this guy interms of his system design knowledge 💀🔥
More like, in terms of how well he explains complex system design concepts to novices like us
Absolutely❤
No dough
bruh you haven't met cracked devs yet
@@caresbruh Can u share the link for their channel
Main ne video dekhna start hi kiya hai lekin abhi se Thank You Very Much bol raha hun Piyush Bhai...kyun ki mai ek project pe kaam kar raha hun jismein mai ek cloud IDE provide karna chahata thaa aur aap video le aaye...THANK YOU VERY MUCH and LOTS OF LOVE FROM ODISHA ❤
awesome learning
One like for your Simplicity and well structured teaching
I started watching your videos from Open source contribution.
Ek system design ki playlist mil jaati aapke channel se to hm logo ka bhi bhala ho jata because your explanation is different from other and I love it♥️
He is the only one guy who takes the CS seriously 😅
Most under rated youtuber
Content is 100x better than bhaiya didi paid courses where they taught only crud e commerce app
agree. aise bohot sare youtubers hai but unko utni reach nehi milta.
Bhaiya, Didi 😂😂
@@AvikNayak_can you suggest some other creators?
@@AvikNayak_ can u suggest any?
@@jatingera924 Mafiacodes, Coder Dost, Xplodivity, Engineering Digest etc to name a few. And sorry I replied late.
What a class bro,
1) superb communication
2) Great system design
3) simple & easy to understand
Thank you piyush bhai ❤ respect to you
Bhai aapka knowledge toh kamaal ka hai 😊
This man be creating his own IT industry hats offs bro 🫡
@piyush > I'm not a backend guy but i have been constantly watching your videos from a long journey.whenever i watch your videos i feel motivated to start! Thanks for uploading such peak content man 🤝 highly appreciate your efforts
Uska content or knowledge kisi bhi paid courses walo se aachha hai
Again Lord Piyush 🛐✨
we get an error installing node-pty on windows
and it really doesn't work on windows.. i guess checked few comments on it on github and stackover flow don't know wts causing this issue
Great explanation but, We'll ensure to integrate Docker for easier deployment and consider storing the code on S3 instead of the server.
Regarding security, we'll address the root directory access issue and implement safeguards to prevent unauthorized deletion of the server or access to other users' code.
Also Build your own - "app,eraser,io"
Make a video on that bro. It will be helpful.
Hello bro I'm getting error while installing node-pty can you help
@@dharmilshah155 What's the error bro ?
@@vishalpanchal2343 VS Failure error a rha hai bhai sbka...please help if you can.
hi bro, is there a free alternative to s3?
Also. can you please help me with running docker container on demand.
It was really awesome - One request to put all things in One because the video already 1.3 hrs long. I left out for the docker part like for each user how to spin one, how to restrict and how to utilize docker to the cost remains under the hood
can you please teach us how to upload file to AWS s3 with Aws lambda function using MERN stack sir
node pty is giving error.. help me to sort out this problem
Next video:- How to make your own pyush garg
You are PRO for building the Best System😎
Next Build Own Devin Ai🤑😱
Wow It's Amazing🎉🖤🖤
When we deploy this on ECS.
How will the user be directed to its particular container.
How we will configure the loadbalancer.
Anyone?
Node pty is taking a lot of effort.nodejs couldnot install vscode2019 installer .node-gyp not finding MSVS .Someone help
same problem...
Solution mila??
Amazing video sir, thank u sir
I have one doubt user can create server on any port right . Then how to know which port from docker container we need to expose sp that user can acess his created api endpoint on browser .
Unbeatable OP developer 🔥
I think CORS is a very good topic. You must need to make a video on that.
hello, when the user add an image file, can the user access it and put in code? for example in html
Maza agaya!
Manu bhai kese ho? Backend ka bhi kutch develop krne ke chakkar mein ho kya? like that of aceternity
He teaches us real things
Recently found out about distrosea and was wondering how it might have been created
I am getting error when I npm i node-pty I researched for windows c++ build tools are imp visual studio
Is anyone getting error like this???
piyush what is the solution for this!!
hey did you find any solution?
@@HarshKumar-sz4lo Yes bro we need to install the visual studio and then in the installer tab we need to install build tools!! the version of build tools is dependent on your vs code 2019 or .. etc and then the node-pty works 100%!
@@ProgrammingNCodingWithHarsh still i am getting the errors after installing the build tools also
@@nilabhamondal4821 bro you should install package mentioned in the error of node-pty also you need to install python in your system after doing this just restart your pc error will resolve...
Another than css, what other language you had used? And what another languages support for cloud ide creation?
can anyone please help me with running docker container on demand.
Thanks a lot for this video sir.
quality content as always👏
i am not able to install node-pty.
it giving me error whenever i run npm i node-pty
please tell me a solution how can i install it.
same did you got any solution?
Around 24:00
UseEffect render twice in development mode? I wasn't aware of this. If it for Vite only?
it is because of strict mode you can disable it but it is not generally recommended to disable it
Hey, I want the code to retrieve public IP of container you start on demand.
This can't be called as cloud ide because first no isolated user containers, we are directly running user code in our server and if we containerize the websocket server and give an instance to each user then we have given access to our backend code to user plus it will conflict the websocket port and if user want to run python then he also get this socket server written in javascript this will increase the size of image. Is Websocket really a way to create cloud ide?
What if we have to run a C++ code?
I didn't get how we are going to connect with docker container pls explain 👍
Can someone please tell can we use these projects for the resume? This one and last others built by him
Brother kya aap muje javascript encryption and deception software suggest kar sakte ho ?
What a awesome video. I beg you to please do a video explaining how can we learn the same thing or be like you, please don't ignore this comment and create a roadmap for nooobs like us. Please
Lord piyush is here🎉
what languages have you used for building this ?
why is node-pyt not installing
anyone's having the same issue?
Yed
Nice & awesome 👍👍👍👍
Can anyone suggest node-pty installation video i couldnt found in youtube
same problem here bro.
i am not able to install node-pty. can anyone help me?
same here
AWS ke illawa juch aur ni hai kya bhai??
I am a flutter developer and I am wondering if I should learn the backend which framework I should pick Currently, I am learning nodejs for my flutter app is this good approach.
Yes it is I am also a flutter developer which state management you use in your apps
@@LordBuriburi Riverpod
Rust : Extreme performance but very high learning curve
Go : Good performance, low learning curve
Python : moderate-good performance, no learning curve
JS : low performance, low learning curve since most people come from frontend frameworks
@@LordBuriburi Riverpod
@@akj3344 it is not about tool dear but the skills of craftsman that matters.....
Lord piyush 🛐
next time isko real time editor banaye jisme multiple person realtime ek sath code write kar sakte hai and real time change hoga
Comes with another video on how we can spin up docker container for every user? Because if multiple use is going to use same folder then its going to be messy
Please make a video for explaining how you research to create development tools
Nodemon is watching code changes and hence it is restarting everytime
Ace editor only supports monospace font
Hi Piyush which vscode theme do you use here ?
Did you came to know the theme?
can you make a video on terminal based IDE
Where is the use of Docker in this??
Node-pty issue are coming piyush bro!
you believe or not but I think about it next video will be about vs code or extension kind of thing.
Great
Good
Which theme?
Did you came to know the theme?
Next video let's build our own kubernetes
Please make a video for customise Linux OS.
❤❤❤❤❤❤❤
Bro please make React mini to advance projects playlists
A application using expo with backend implemented.
Next Video : Create your Own Rocket 🚀😄
👏
Next video: Build your own universe and be the God of it
Bhai aap ek company hi khol do jisme sab kuch apna khud ka hoga 😅😅
I remember I told him to build this a month ago
In the terminal it's always starting with "bash-3.2$ "
How can we remove it and add current working directory ?
Any ideas 💡💡
Comment
Please sir make a video of Zod
🙂👍
Bro create your own company and give me a job offer🙏
Sir, eraser io ka screen dark karke rakho
Was waiting for the use of Docker , but I think this video doesn't has it.
Build your own minecraft server hosting service provider
What? Could not understand a single thing
Pissing miss