Hats off! No one is doing what you are doing for backend developers. Need more such videos. Thanks a lot! This is what is called teaching actual backend development.
Best learning channel even a beginer understand what things going in very easy explanation ek fear release ho jata hai ki ye sab not as difficult if a tutor like you I will going to join you so I support you in this journey
Nice explaination. Love and a lot of respect from Pakistan. Please bring more videos of system design. Also make videos on Design Patterns and SOLID principles.
Piyush bhaiya you are very good teacher. Your explanation is too good. I learnt React and Node js from you just want to make good projects. Please can you make playlist full of MERN stack projects only. It will be very beneficial for us. At the end thanks for everything you taught us❤
Nice explanation and nice integration of one additional component in the design. But people might have a question that why not just remove await? You should explain this as adding an extra component is costly.
Amazing explaination, I'm just a little bit confused that the email queues are running one by one even when there are 5 queues in the redis. Is it possible to run the email sending function parallely with the bullMQ queue server
where exactly is your queue server running? and what would be the size of that server to handle real world traffic with high concurrency? and what if we have multiple such queues do we need separate server for each queue to avoid bottlenecking the queue server?
Hello piyush bhai.please make a video socket io with mongoose. How we use socket io in different file in different use case. What is best way to handle it like mvc or moduler pattern
Suppose I'm using redis for caching & a message queue. In this case i have to use different redis server, one for caching & other for message queue right?
But Nodejs can handle async task itself. It has its own promise queue. user's enrolment then sending emails were handled asynchronously by putting them into queues by node js. It's not like we were blocking the main thread. (2 sec response time, it's not like the main tread was blocked for that time duration and It could not process any other request 🤔.) Can't we just enrol the user, send him response and then send the email in the handler function Can anyone let me know, if I am missing anything ?
The case that when there is 4000 requests at a time, and your critical task which is enrolling student in course will be delayed as the server will first enroll a student then send him/her email then move on to the next student and so on..as said by Piyush, it also gives concurrency control or rate limiting. It's always good to distribute tasks at a bigger scale.
No I meant when we receive a request Enroll user Send him response Then send email (as sending email will be handled by some other server in either ways) Rather than Enroll user Send email Send response
Hello bro, Can please accept my LinkedIn request. I watch your Docker ,AWS videos learn so much. Now I currently learn the Graphql . But I don't get the proper opportunity to show my skills and salary for it.
Nice explaination. Love and a lot of respect from Pakistan. Please bring more videos of system design. Also make videos on Design Patterns and SOLID principles.
*People who think Piyush deserves more views on his work.*
I hope one day soon I'll see him on chai or code channel 😂
I think so ❤
@@rahulgupta2322Bhai 💀
😢😢😢
Definitely
Hats off! No one is doing what you are doing for backend developers. Need more such videos. Thanks a lot!
This is what is called teaching actual backend development.
omg, itna tought work and concept kitna easy way me samjha diye , great piyush bhaiya
I have 6 years of experience but today I got more clear on the scalable system.
Thanks boss.
brilliant!! need more videos like this that consists of both theory and implementation!!
Never learnt development like this before..... thanks piyush for the amazing content
Appreciate it that you listened to the requests on previous video
Mujhe toh what he/you teaches bahut acchese se samjh ata hai ,as compared to other channels .
Explanation for clear and to the point. Want more videos like this.
Thanks for the video. 🙏
Best learning channel even a beginer understand what things going in very easy explanation ek fear release ho jata hai ki ye sab not as difficult if a tutor like you I will going to join you so I support you in this journey
Nice explaination. Love and a lot of respect from Pakistan. Please bring more videos of system design. Also make videos on Design Patterns and SOLID principles.
Please add these videos to playlist.
Waiting for Collab With Hitesh Sir #ChaiaurCode
#devops #staffroom❤
Wow! This is such great content!
You have an incredible talent to teach tough concepts easily. Thank you so much. I am enjoying learning things.
Just like wow i have no words :) superb
Super bhaiyya explain in very ease manner
start a series on system design .
Piyush bhaiya you are very good teacher. Your explanation is too good. I learnt React and Node js from you just want to make good projects. Please can you make playlist full of MERN stack projects only. It will be very beneficial for us. At the end thanks for everything you taught us❤
Waiting for your podcast with hitesh sir ..!
1st comment !!, really love your videos, you teach us about real things which go on in the industry, thanks piyush, please keep going!!
I'm learning alot from your videos
Nice explanation and nice integration of one additional component in the design.
But people might have a question that why not just remove await? You should explain this as adding an extra component is costly.
Bro you're really doing great job for us .
Thanks to you and your efforts to educate us.
Thank you sir, please make microservices architecture with node.js 🥺🥺
Sir clear explanation of Queue system microservices
If would be really good if u convert all system design concept into code and come with project.
Please provide us more video like that.❤
Bhai aap agr paid system design course bhi nikaloge toh bhi mai lunga..
very impressive and modern concent
Make a playlist on System Design 🔥
This is what we need 🥳
We know how to print "hello world" in 20 different languages 😅
Simple and sorted solution
kmaal bhaiya
Awesome sir. Sir next video mein please whatsapp system design with practical implementation. 🙏🙏🙏🙏🙏🙏🙏
Hi, Sir can please make a video on RabbitMQ. Your Kafka crash course was too good. 🎉
Thanks sir
One Request is that make video about to how to make the pixel perfect web page from the figma.
Amazing explaination, I'm just a little bit confused that the email queues are running one by one even when there are 5 queues in the redis. Is it possible to run the email sending function parallely with the bullMQ queue server
can you make more videos on system design like for google search system , uber system or something like that
make more videos like that just make full playlist
Brilliant .. hats off bro ..
smart toh lagre ho din by din ho Piyush bhai ha :D haha
So this is system design, interesting
previous video ka link be dediya kar bhai.
where exactly is your queue server running? and what would be the size of that server to handle real world traffic with high concurrency? and what if we have multiple such queues do we need separate server for each queue to avoid bottlenecking the queue server?
Sir nodejs micro services per video banao pls like CI CD tools and many more
18 comments only? Let me fix that
Bhai please make a video on Kafka with node js
Hello piyush bhai.please make a video socket io with mongoose. How we use socket io in different file in different use case. What is best way to handle it like mvc or moduler pattern
How to deploy the worker for free?
pyush when are you going to add full stack project in nextjs 14 course?
Hi Piyush, Video is really awesome. I have one query. what's the free alternative for Aiven?
cant see redis on aiven
❤❤❤ Nich video
Bro can you make a video on gRPC ? 😅
Suppose I'm using redis for caching & a message queue. In this case i have to use different redis server, one for caching & other for message queue right?
It's really helpful
What if we have more than once critical tasks which needs to be performed in sync?
How can we host this second server we created for non-critical jobs. It should work if we just start the command in EC2 instance, right?
❤
Doing great job bro
Thank you for the video
today your expisode with chai or code channel pe
Nice video make with chai or code ❤❤❤
Vs code extension and theme setting?
What if I dont want to use aiven? then to I will have to make my own redis server and implement all things of storing the things. How to do that?
Bro i want video on aws amplify with next js
Perfect.. 👍
Great person
bahiya typescript par tutorila banao please aap typescript use kar raha ho problem aa rahi hai please tutorial lao
Par yaar agar 20 million requests per minute aye to kya koroga , faang me to bahi chalta hai
Good video
Great
#wewantmore
🎉🎉🎉🎉🎉🎉🎉
jioo
But Nodejs can handle async task itself. It has its own promise queue.
user's enrolment then sending emails were handled asynchronously by putting them into queues by node js.
It's not like we were blocking the main thread. (2 sec response time, it's not like the main tread was blocked for that time duration and It could not process any other request 🤔.)
Can't we just enrol the user, send him response and then send the email in the handler function
Can anyone let me know, if I am missing anything ?
The case that when there is 4000 requests at a time, and your critical task which is enrolling student in course will be delayed as the server will first enroll a student then send him/her email then move on to the next student and so on..as said by Piyush, it also gives concurrency control or rate limiting. It's always good to distribute tasks at a bigger scale.
No I meant when we receive a request
Enroll user
Send him response
Then send email (as sending email will be handled by some other server in either ways)
Rather than
Enroll user
Send email
Send response
imo, in a use case like this, using an external queue makes sense when we are dealing with web servers that can't handle async operation themselves.
❤❤❤❤❤
Hello bro, Can please accept my LinkedIn request.
I watch your Docker ,AWS videos learn so much.
Now I currently learn the Graphql .
But I don't get the proper opportunity to show my skills and salary for it.
Nice explaination. Love and a lot of respect from Pakistan. Please bring more videos of system design. Also make videos on Design Patterns and SOLID principles.