Тёмный
Mano Sriram
Mano Sriram
Mano Sriram
Подписаться
I make programming videos.

Follow me here:
Website: manosriram.com
Github: github.com/manosriram
Twitch: www.twitch.tv/manosriram
LinkedIn: www.linkedin.com/in/manosriram
Understanding mpeg4 internal boxes using golang
2:10:57
2 месяца назад
Taking a Break ft. Andaman
2:25
Год назад
What next?
0:11
2 года назад
Комментарии
@badGuruu
@badGuruu День назад
awesome video , thank you sir ! 🫡
@prateekkumar3729
@prateekkumar3729 8 дней назад
too good after exploring all over the web now i got the best lecture Thankyou!!
@kumar_sanjeevdutta1069
@kumar_sanjeevdutta1069 20 дней назад
Great
@naveenkumarhr3864
@naveenkumarhr3864 Месяц назад
simple and straight forward approach i ever seen for micro-services tutorial and more helpful than others. Thank you🖤
@danushadhaamarasekera7215
@danushadhaamarasekera7215 Месяц назад
thank you brother
@ramiworkstation
@ramiworkstation 2 месяца назад
Thank you very much for sharing such a great tutorial. 👍
@vikrant1225
@vikrant1225 2 месяца назад
Hi brother! Please keep on uploading the good stuff.. your channel is gold mine.🙌
@manosriram
@manosriram 2 месяца назад
Thanks a lot :)
@djamaatul
@djamaatul 2 месяца назад
i not understand , its weird, api /product/buy channel consume no have await, but got response with data from consumer, it code syncron and blocking ?
@djamaatul
@djamaatul 2 месяца назад
can you explain?
@naineelsoyantar
@naineelsoyantar 3 месяца назад
literally the best grpc explainer out there! Great work sir!
@ricardomachado4018
@ricardomachado4018 4 месяца назад
Whrere i find etc.config
@hrantvirabyan8470
@hrantvirabyan8470 4 месяца назад
good job, finally something that is simple and easy to follow
@radosaws.6614
@radosaws.6614 5 месяцев назад
Nice and helpful, tutorial.
@abhisheksharma10600
@abhisheksharma10600 5 месяцев назад
You are a legend 🔥
@webhook4729
@webhook4729 5 месяцев назад
Gratitude for the incredible Node.js microservices architecture integrated with RabbitMQ for RU-vid! This innovative approach has revolutionized the way we handle our platform's complexity, enabling seamless communication and scalability. With Node.js' agility and RabbitMQ's reliability, we've been empowered to deliver a top-notch user experience while efficiently managing our growing audience. Huge thanks to the brilliant minds behind this architecture for providing us with the tools to thrive in the dynamic world of online content creation. 🚀🙏 #Grateful #NodeJS #RabbitMQ #RU-vid"
@santhoshprasath5439
@santhoshprasath5439 5 месяцев назад
you need to explain why we used session management ,it will be helpful for beginners
@ahmet-ilboga
@ahmet-ilboga 6 месяцев назад
Dostum merhaba. Multi Session Manage yani bir kullanıcının birden fazla cihazda oturum açması durumunu nasıl kontrol edebiliriz konusu hakkında bir video yapabilirmisin. bu videonun devamı olsun.
@svnesh2558
@svnesh2558 7 месяцев назад
Excellent tutorial, clearly explained with code & errors also, very much appreciated. Thanks a lot
@EvilGodTHElord
@EvilGodTHElord 7 месяцев назад
Hi Mano Sriram, Which editor are you using? Area you using VSCode with VIM or some other editor? Also what are the extensions you are using, like of intellisense etc? Can you please create a video on that because I found it very useful without touching the mouse just hoping in the directories and opening and copy pasting from different directories. This is very useful if you have good typing speed.
@cuberos7430
@cuberos7430 8 месяцев назад
thank you a lot Just I am searching
@Camelogical
@Camelogical 9 месяцев назад
is this vim? do you still have the config file for this? I love how it looks. Great video by the way
@manosriram
@manosriram 8 месяцев назад
Thanks. Yes, i do maintain my vim (neovim now) config here: github.com/manosriram/Dot-Files
@wisdomelue
@wisdomelue 10 месяцев назад
learnt a lot from your channel, from rabbitmq to this, good one mate, subscribed!
@bhavukkalra1786
@bhavukkalra1786 10 месяцев назад
What was the use of the cookie-parser import tho?
@user-gx9yl6xb6q
@user-gx9yl6xb6q 10 месяцев назад
Very helpful
@TomJerry-bp9ig
@TomJerry-bp9ig 10 месяцев назад
Amazing explanation ❤
@RamKumar-eq4ip
@RamKumar-eq4ip 11 месяцев назад
It's was haking or coding 🤔
@prabinlamsal74
@prabinlamsal74 11 месяцев назад
I love seeing you use vim while doing these tutorials. hahaha. great.
@manosriram
@manosriram 8 месяцев назад
Thanks a lot :)
@clueless_experimenter
@clueless_experimenter Год назад
🔥
@kanishkanand1555
@kanishkanand1555 Год назад
suppose one steals the refresh token wont he be able to generate access tokens with it
@manosriram
@manosriram 8 месяцев назад
Not really, to verify the refresh token; the hash (key) is needed.
@user-dd7kw3ym5i
@user-dd7kw3ym5i Месяц назад
@@manosriram I think @kanishkanand1555 meant that when someone has stolen the refresh token, he will send a request to /renewAccessToken to generate new access token. So what do we do now 🤓
@maheshmhaske4421
@maheshmhaske4421 Год назад
thanx man
@msainikitha
@msainikitha Год назад
i learn from your videos. Thanks 😊
@manosriram
@manosriram 8 месяцев назад
Thanks a lot!
@Venkatesh-vm4ll
@Venkatesh-vm4ll Год назад
Hi sir, I have doubt, the two port are running in the one machine right, so no use of doing this right. If I deploy in digitalocean, for 1 gb ram, 4 core cpu, if running two port in the same machine, no use right? We need to use two machine right?
@manosriram
@manosriram Год назад
so, that depends. load balancer can be used for applications (running on different ports) or server entirely. the job of balancer is to spread the load, be it on the application or server. as for your case, the request is handled in a single machine. so if you're asking about scaling up, you are right; you need multiple machines and put a load balancer in-front of them.
@Venkatesh-vm4ll
@Venkatesh-vm4ll Год назад
@@manosriram can you make a tutorial , auto scalable and deploy it
@coodementor6826
@coodementor6826 Год назад
For me express-session created and stored before make request with login api. I don't know why any solution???
@angzar
@angzar Год назад
nice basic explanation
@blitzkreig4887
@blitzkreig4887 Год назад
How does RabbitMQ compare to Kafka , when you consider a Ecommerce application ?
@mikejames6452
@mikejames6452 Год назад
Hi anyone can explain why /product/buy we need to hit api twice for correct answer .Also if i shift res.json in consume method than error occurs
@gerardokolie1829
@gerardokolie1829 Год назад
Thank so much , you video’s really help me. Pls can you make a video on kubernetes ingress
@tomaszkusmierczyk2236
@tomaszkusmierczyk2236 Год назад
Nice, thank you. It would be great to see streaming straight from mongo instead of prior loading mongo response to a slice and then streaming from it, and in bidirectional streaming getting requests and responses interlaced as some requests may get response before next request has even been made, if that makes sense. Anyway thanks for sharing this.
@mohit84604
@mohit84604 Год назад
bro you should also try Astro Vim or Lunar Vim or NvChad
@saurabh9446
@saurabh9446 Год назад
Would be great if extrapolate this to deployment
@milon27
@milon27 Год назад
how to design database in microservice
@FerShibli
@FerShibli Год назад
you're awesome, this was pretty straightforward
@poojagera2815
@poojagera2815 Год назад
Wow, what an amazing tutorial! I've been scouring the internet for answers and watched five different videos before stumbling upon yours. Your explanation was so clear, concise, and on-point that I finally understand what's going on. I would love to see more content from you in the future. Keep up the great work!
@manosriram
@manosriram Год назад
Means a lot. Thanks Pooja.
@ravitejalakkoju
@ravitejalakkoju Год назад
Loved how you kept it simple and neat in the video. Easy to follow and understand 👌.
@xushnudbekjumayev
@xushnudbekjumayev Год назад
16:19 I can't do this migrations it says there is an error in views and urls
@ratnakiduniya8138
@ratnakiduniya8138 Год назад
Bro your explanation is really good...please make videos...make one series kind of thing if possible...