Piyush Garg
Piyush Garg
  • Видео 312
  • Просмотров 8 351 533
Host Your Own Browser and OS 🤯
Hey everyone, In this video, we will see how to host our virtual browser and OS on the cloud using Docker.
Quick Links
Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone
Docker Course learn.piyushgarg.dev/learn/docker
Master NextJS 14 learn.piyushgarg.dev/learn/nextjs-14
Video Titles
- Build Your Own Browser
- Host your own Browser
- Host your own OS
Hashtags
#devops #nodejs #cloudnative #cloudcomputing #webdevelopment #fullstackwebdevelopment #coding #programming #mernstack
Просмотров: 9 188

Видео

Build Your Own VPN | Free VPN
Просмотров 29 тыс.День назад
Hey everyone, In this video, we are going to build our own VPN Server and try to understand what a is VPN and how a VPN works. We are also going to host our own VPN and access it using the client. Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushgarg.dev/learn/nextjs-14 Documentation Link o...
HLS Adaptive Bitrate Streaming - System Design
Просмотров 17 тыс.14 дней назад
In this video, we are going to build and understand what is adaptive bitrate streaming. We’ll see how RUclips and other video streaming platforms transcode videos into multiple HLS streams for 360p, 720, and 1080p and then stream the video to the user depending on the user’s internet speed. Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushg...
Build your own Cloudinary - Image Optimisation on the fly
Просмотров 12 тыс.21 день назад
Hey everyone, In this video, we are going to create our own version of Cloudinary, an image optimizer, and resize it on the fly. We are going to build a system architecture that allows users to upload images to an AWS S3 Bucket and then query the image using CloudFront CDN. Along with caching, CDN will also allow users to pass custom formatting parameters which will apply these transformations ...
Best Authentication SDK for NextJS
Просмотров 9 тыс.Месяц назад
Signup Kinde kinde.com? Thanks to Kinde for sponsoring this video. Video Titles - Kinde Authentication - NextJS Authentication - Server Side Authentication - Authentication Library Hashtags #auth #nodejs #express #nextjs #kindeauth #nextauth #auth0
Sign in with Javascript Passkeys | Web Authentication
Просмотров 30 тыс.Месяц назад
Hey everyone, In this video, we are going to understand how we can implement Passkeys such as Fingerprint, and Face ID in our web application using Passkeys and Web Authentication. Code: github.com/piyushgarg-dev/web-authentication Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushgarg.dev/l...
Docker Management API - Build Your Own Docker Orchestration
Просмотров 6 тыс.Месяц назад
Hey everyone, In this video, we are going to understand what is Docker API and how we can programmatically create and destroy Docker Containers. Build Your Own Cloud IDE ruclips.net/video/wgfi8hrFzAY/видео.html Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushgarg.dev/learn/nextjs-14 Video ...
Best Tool for Developers Got Even Better 🤯 - Eraser.io
Просмотров 31 тыс.Месяц назад
Try Eraser AI for free: eraser.io/ai Eraser AI is on Product Hunt today, check out their launch post: producthunt.com/posts/eraser-ai #eraserio #systemdesign #devtools
Build Your Own Cloud Web IDE | Repl.it Clone
Просмотров 15 тыс.Месяц назад
Hey everyone, In this video, we are going to build our own Cloud based web IDE similar to Repl.it, Codesanbox, Stackblitz, etc. We'll understand how these power full cloud IDE works under the hood. Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushgarg.dev/learn/nextjs-14 Source Code: github...
Build Your Own Docker Hub | Docker Image Registry
Просмотров 8 тыс.2 месяца назад
Hey Everyone, In this video, we are going to build our own Private Docker image registry similar to Docker Hub, Elastic Container Registry and Google's Artifact Registry. Eraser Link app.eraser.io/workspace/3Dsqwmrx7METTPAYIrBA?origin=share Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushg...
Build Your Own DNS Server - Beginner Friendly
Просмотров 82 тыс.2 месяца назад
Hey everyone, In this video, We are going to understand what is DNS and how DNS works. We'll see what are different types of records and what each DNS records means. Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushgarg.dev/learn/nextjs-14 Video Titles - What is DNS - How DNS Works - Create...
Build Your Own Redis
Просмотров 12 тыс.2 месяца назад
Hey everyone, In this video, we are going to see how we can create our own TCP Redis Server using Node.JS. We'll talk about what is Redis and RESP Redis Serialization Protocol. Redis Crash Course: ruclips.net/video/Vx2zPMPvmug/видео.html Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushgarg...
How to Implement Rate Limiting | Rate Limiting Strategies - System Design
Просмотров 22 тыс.2 месяца назад
Hey everyone, In this video, we are going to see two popular rate limiting Strategies i.e. Token Bucket and Leaky Bucket. We'll understand the importance of rate limiting and difference between these two Strategies. Link to Decision Node Article www.eraser.io/decision-node/api-rate-limiting-strategies-token-bucket-vs-leaky-bucket Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/t...
How SSL Certificate Works? - HTTPS Explained
Просмотров 181 тыс.2 месяца назад
Hey everyone, In this video, We'll understand how SSL certificates work and how they are helpful in establishing secure connection over the internet. Certificates for localhost: letsencrypt.org/docs/certificates-for-localhost/ Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushgarg.dev/learn/...
I Built StreamYard Clone | Code Along - Live Streaming RTMP Application
Просмотров 16 тыс.3 месяца назад
Hey Everyone, In this video, we are going to build a real time live streaming software which enabled us to live stream on any RTMP server. We'll understand what is RTMP and how using ffmpeg we can throw the stream to a RTMP server. Quick Links Full Stack Twitter Clone learn.piyushgarg.dev/learn/twitter-clone Docker Course learn.piyushgarg.dev/learn/docker Master NextJS 14 learn.piyushgarg.dev/l...
Devin AI Can't Replace You! 😎
Просмотров 10 тыс.3 месяца назад
Devin AI Can't Replace You! 😎
I Built My Own Programming Language 🤯
Просмотров 16 тыс.3 месяца назад
I Built My Own Programming Language 🤯
Build Your Own Github | Git Server Setup
Просмотров 24 тыс.3 месяца назад
Build Your Own Github | Git Server Setup
SquareX Just Got Better - Must have Chrome Extension for Developers!
Просмотров 6 тыс.3 месяца назад
SquareX Just Got Better - Must have Chrome Extension for Developers!
Build Your Own MAIL Server | SMTP Server
Просмотров 105 тыс.4 месяца назад
Build Your Own MAIL Server | SMTP Server
I Built Vercel in 2 Hours (Kafka, ClickHouse, Postgres) | Log Collection and Pipeline
Просмотров 19 тыс.4 месяца назад
I Built Vercel in 2 Hours (Kafka, ClickHouse, Postgres) | Log Collection and Pipeline
I built Vercel in 2 Hours (System Design, AWS, Docker, Redis, S3)
Просмотров 96 тыс.4 месяца назад
I built Vercel in 2 Hours (System Design, AWS, Docker, Redis, S3)
Why Indians should not contribute to Open Source
Просмотров 32 тыс.4 месяца назад
Why Indians should not contribute to Open Source
How NodeJS Works? - You don't Know NodeJS
Просмотров 42 тыс.4 месяца назад
How NodeJS Works? - You don't Know NodeJS
This Chrome Extension will BLOW YOUR MIND 🤯
Просмотров 43 тыс.5 месяцев назад
This Chrome Extension will BLOW YOUR MIND 🤯
Complete Git and GitHub Tutorial for Beginners
Просмотров 59 тыс.5 месяцев назад
Complete Git and GitHub Tutorial for Beginners
Complete Git & GitHub Tutorial | Branching And Merging
Просмотров 17 тыс.5 месяцев назад
Complete Git & GitHub Tutorial | Branching And Merging
Complete Git & GitHub Tutorial
Просмотров 28 тыс.5 месяцев назад
Complete Git & GitHub Tutorial
Coding Highly Scaleable Backend | System Design
Просмотров 27 тыс.5 месяцев назад
Coding Highly Scaleable Backend | System Design
GSoC 2024 Roadmap | Google Summer of Code
Просмотров 48 тыс.5 месяцев назад
GSoC 2024 Roadmap | Google Summer of Code

Комментарии

  • @User-yb3yc
    @User-yb3yc 14 часов назад

    Great content Bhaiya. Pls also provide source code its hard to code and learn at same time

  • @AKHAND_BHARAT1238
    @AKHAND_BHARAT1238 День назад

    😮😮😮😮so simple 🎉

  • @SanjayNG125
    @SanjayNG125 День назад

    We need full tutorial on prisma with mongodb

  • @soumilbose7645
    @soumilbose7645 День назад

    One of the best explanations till far. It was so interesting till the end. Gold Mine.

  • @anumau1134
    @anumau1134 День назад

    Make a playlist on Complete Networking

  • @rishiraj2548
    @rishiraj2548 День назад

    ekdum khatarnak video hai. Wow!!! gratitude!

  • @ArunKumar_237
    @ArunKumar_237 День назад

    Thank you great teaching

  • @shivsaxena90
    @shivsaxena90 День назад

    Hi, I have logged into using auth0 but unable to retrive the user information

  • @abdullahbinanis5971
    @abdullahbinanis5971 День назад

    I want part 2 please. It would be great learning that how you approach the coding part for this also

  • @hendoitechnologies
    @hendoitechnologies День назад

    can you build Micro CRM (Customer relationship management) Cloud based web app using MERN Stack like Zoho or Hubspot

  • @hendoitechnologies
    @hendoitechnologies День назад

    can you build Micro CRM (Customer relationship management) Cloud based web app using MERN Stack like Zoho or Hubspot

  • @rishiraj2548
    @rishiraj2548 День назад

    bade khatarnaak ideas hai, Piyush Bhai, apke paas toh!! Matlab... jabarr!!!

  • @bhavyasrivastava9656
    @bhavyasrivastava9656 День назад

    Hey hi JWT aren't that secure but then what about security?? Please tell me how to make the JWT token secure???

  • @1212AnurajKharat
    @1212AnurajKharat День назад

    i have getting error user.find({}) is not funstion

  • @aamironline
    @aamironline День назад

    Basially you are sguggesting to build Browser Stack alternative! Is MacOS OR or Safari supported?

  • @hendoitechnologies
    @hendoitechnologies День назад

    Post english subtitles sir

  • @hendoitechnologies
    @hendoitechnologies День назад

    Post english subtitle on videos

  • @hendoitechnologies
    @hendoitechnologies День назад

    Can you add english subtitles in this video

  • @hendoitechnologies
    @hendoitechnologies День назад

    Can you post part 2 video tutorial soon

  • @learnsomething855
    @learnsomething855 День назад

    Thank you sir for help me🧡🧡🧡🧡🧡🧡🧡🧡❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ Authentication is easy😎😎😎😎😎😎😎😎😎😎😎😎😎😎😎😎😎😎😎😎😎😎

  • @dratri5912
    @dratri5912 День назад

    Hi sir make video on firebase data stream to Big quary and after data visualization use of data studio

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    beautifully explained

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    great tutorial

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    super

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    Thank you

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    Thank you sooo much good teaching

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    wow super thank you

  • @RishiRajxtrim
    @RishiRajxtrim 2 дня назад

    19:25 eCommerce Cart scenario starts.

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    wow simply superb. thanks to express js for it's minimalistic features and thank you for teaching

  • @manashharshvardhan5007
    @manashharshvardhan5007 2 дня назад

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    Thank you

  • @ukboy19
    @ukboy19 2 дня назад

    Thanks you sir❤

  • @VSS2002
    @VSS2002 2 дня назад

    I am actually getting curious about learning more in Nodejs after watching your tutorials, you explain it in very easy way. Thank you so much , keep up the good work

  • @user-go9bs2mh8f
    @user-go9bs2mh8f 2 дня назад

    in browser based applications, in industry standard for authentication tokens are sent through cookies or response?

  • @mansoorullah9715
    @mansoorullah9715 2 дня назад

    Attendees vote here!

  • @mansoorullah9715
    @mansoorullah9715 2 дня назад

    Cfbr

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    super I am enjoying learning. Thanks

  • @yashendrabadal4776
    @yashendrabadal4776 2 дня назад

    A question should arise where we should use the useEffect hook in general ?? The answer to which is basically when you want sommething to run at a particular instance of time , basically when you make API calls you can use useEffect hook !!

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    Thank you Bhayya

  • @genius9359
    @genius9359 2 дня назад

    Sir this video is not added to the playlist. Could you add this one to the playlist ?

  • @genius9359
    @genius9359 2 дня назад

    Sir could you make videos on load balancer, RDS, Route 53, Beanstalk, and Migration Part.

  • @NirajHoichoi
    @NirajHoichoi 2 дня назад

    can i not use recursion for iteration ??

  • @ArunKumar_237
    @ArunKumar_237 2 дня назад

    finally I know what is node js. Thank you sir

  • @NisanthKumarKorrapati
    @NisanthKumarKorrapati 2 дня назад

    Hi can you help me how to create a bond to Bluetooth device using pin in java script

  • @NKAnimations-mm2pp
    @NKAnimations-mm2pp 2 дня назад

    Sir I really like your videos but there are 2 problems which I am facing: 1. Your authentication videos are dependent on URLGeneration videos. 2. If someone face any error in the URL at any point he wont be able to continue until that error gets resolved. 3. Solution : if you could provide the source code then it would be easier for us to resolve our errors. 4. Solution : If you could make such videos which are not dependent on each other then it would be easier for us to understand each concept from the Scratch

  • @sneha2701
    @sneha2701 2 дня назад

    Very well explained.Thanks

  • @Shyambond00713
    @Shyambond00713 2 дня назад

    what is difference between npm run XXX and npm XXX sir?

  • @AmanSinghal-ny3ik
    @AmanSinghal-ny3ik 2 дня назад

    I have some questions from security stand point . 1) As you're making that URL public , anyone can get into your localhost and hack it right ? How do you make it secure and kind of invisible to people . Or maybe add a level of password protection before accessing localhost ?

  • @aliyanbalouch8603
    @aliyanbalouch8603 2 дня назад

  • @aliyanbalouch8603
    @aliyanbalouch8603 2 дня назад

    Thanks sir