Комментарии:
Just wanted to tell you that I have been selected in Oracle, Canada. Your videos really helped me a lot. Thanks for helping me. Love your content and the way you explain. Keep up the good work.
Ответитьslowly add new features using microservice to the monolith architecture so that old monolith code becomes a part of microservice
ОтветитьFantastic summary on moving from a Monolith to Microservices! You are briefly touching upon CD/CI. It would be great to see an intro video on CD/CI and migration to this deployment methodology.
ОтветитьWow, I had never thought of creating a library that interacts with my microservices!! Genius!!
ОтветитьThe clutter in my mind is getting sorted one by one as I continue to watch more of your videos. Thanks!
I wonder why this isn't a part of the curriculum in unis.
One key tenet in service design is having well defined service boundaries. When one service needs to know about another service, the domain boundaries aren't correct. You need domains/ services to communicate via CQRS pattern in order to mimimize contract breakage/coupling.
ОтветитьEven if neither of client or team scales, we may need to break the monolith into micro services because of poorly designed/developed application with too many simultaneous feature changes/bug fixes. Greatly appreciate any design/engineering examples of similar use case.
ОтветитьAwesome explanation!
ОтветитьSo what I underestands from this is that Microservices and Monoliths are not an actuall thing they are methodology or terminology. Monoliths is one big code base with in a single file with all the features packed in it and microservices is a term for breaking that code base into small small code bases according to their features and then they are called microservices.
Am I correct?
Hi Kiddo, you are probably half my age.But I watch your videos quite often for learning. Keep doing the good work!!
ОтветитьThe problem is we cannot sit silently in one place,we need to do something.
So we keep molding things here n there.
Monolithic to micro,micro to monolithic.
the best video I could find about the topic.
ОтветитьIf there are two services:
1 - Auth
2 - Profile(just provide profile data)
once I get authenticated from service 1
now I want to my profile details from service 2
how come service 2 will know that this guys is already authentic and authorised to use this service
every request at first will have to pass through this 1-Auth every-time?
GKCS Matlab?
Gaurav ki computer Sen???
Finally! An explanation that makes sense. Thanks and good job Gaurav...
ОтветитьDeployment is easier as well as hard. totally depends on the impact of code change.
ОтветитьCan you give your input on designing common configuration server for Microservices. I don't have to use Spring Cloud Config server.
Ответитьyou're an incredible teacher
ОтветитьAwesome explanantion
ОтветитьGreat video. Give me lots of ideas for my project. Thanks!
ОтветитьI just completed my master's degree and got an interview for senior full stack developer.... Thanks a lot gaurav, thiis video really helped me! What do you guys think, is this a good decision to start my career directly as senior full stack developer.
ОтветитьIt’s very difficult to go back to monolith architecture after working on micro services.
ОтветитьI loved this video, explanation is simple
ОтветитьWhat is the size of the team which is considered to be "small' ?
ОтветитьHow to handle failur of a single service and data consistency
Ответить🎂 → 🍰🍰🍰 !!! LIKE
Ответитьthanks for your useful videos
ОтветитьThe code in monoliths aren't necessarily in a single repository.
ОтветитьHi Gaurav, do you have kind of sample dataset regarding the decomposition of monolithic systems into microservices
ОтветитьHello sir, I want to design a webpage which would use an ml model to process the requests like a home pricing model, image classification model. So which architecture should I use to design my system ? would the microservice architecture be good or the monolith ?
Ответитьmy org has 200 people working for a single service, four to six teams need to release together every time, even though release frequency is already twice a week. It is really a nightmare.
ОтветитьThanks for the detailed video !
ОтветитьKhoob bhalo ek daaam phataphati
ОтветитьBrilliant !! and Thank you.. You made all the complex stuff easy to understand
ОтветитьVery helpful.. Thanks!
ОтветитьInsightful
ОтветитьAny practical ?
ОтветитьWhen different Microservices create connections with single DB for data fetch/post etc., Is there any challenge since database has to maintain different connections with those requests because maintaining more connections may increase Network load?
ОтветитьAwesome Gaurav. You are really adding value to our life. Keep up the good work.
Ответитьis this video still relevant?
Ответитьseparation of concerns is true for all software in all granularity levels. Weather monolith or not. The argument that microservices implement it and monolith doesn't is plain wrong.
ОтветитьLoad Balancers are connect with CDN? or It is DNS will take your request to CDN and then comes the LoadBalancer in cases of cache miss?
Ответить