Moving from MONOLITHS to MICROSERVICES  →

Moving from MONOLITHS to MICROSERVICES →

Gaurav Sen

3 года назад

219,901 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mayurlanjwar8799
@mayurlanjwar8799 - 22.10.2021 07:56

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.

Ответить
@dhruvikdonga4569
@dhruvikdonga4569 - 23.10.2021 12:05

slowly add new features using microservice to the monolith architecture so that old monolith code becomes a part of microservice

Ответить
@smithmarta
@smithmarta - 27.10.2021 21:13

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.

Ответить
@lyttech5743
@lyttech5743 - 03.11.2021 06:01

Wow, I had never thought of creating a library that interacts with my microservices!! Genius!!

Ответить
@parikksit
@parikksit - 16.11.2021 08:51

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.

Ответить
@nickpearce2968
@nickpearce2968 - 18.11.2021 04:25

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.

Ответить
@2307vineyard
@2307vineyard - 09.12.2021 09:23

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.

Ответить
@saikun0293
@saikun0293 - 26.12.2021 12:18

Awesome explanation!

Ответить
@harshal.rathore
@harshal.rathore - 23.01.2022 02:43

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?

Ответить
@sangeethasubramanyam2804
@sangeethasubramanyam2804 - 28.01.2022 19:21

Hi Kiddo, you are probably half my age.But I watch your videos quite often for learning. Keep doing the good work!!

Ответить
@myharsh271
@myharsh271 - 28.02.2022 06:25

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.

Ответить
@BehindSeas
@BehindSeas - 03.03.2022 20:29

the best video I could find about the topic.

Ответить
@rushivachhani8615
@rushivachhani8615 - 14.03.2022 10:00

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?

Ответить
@RajveerSingh-yb6zq
@RajveerSingh-yb6zq - 17.03.2022 13:01

GKCS Matlab?
Gaurav ki computer Sen???

Ответить
@benneteapen
@benneteapen - 28.03.2022 13:26

Finally! An explanation that makes sense. Thanks and good job Gaurav...

Ответить
@ashishranjanpatel4756
@ashishranjanpatel4756 - 08.04.2022 23:38

Deployment is easier as well as hard. totally depends on the impact of code change.

Ответить
@ashishranjan4597
@ashishranjan4597 - 17.04.2022 11:00

Can you give your input on designing common configuration server for Microservices. I don't have to use Spring Cloud Config server.

Ответить
@aat501
@aat501 - 28.04.2022 19:06

you're an incredible teacher

Ответить
@tmastana
@tmastana - 06.05.2022 14:44

Awesome explanantion

Ответить
@elimpune
@elimpune - 14.05.2022 06:58

Great video. Give me lots of ideas for my project. Thanks!

Ответить
@nizarkadri3109
@nizarkadri3109 - 19.05.2022 01:43

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.

Ответить
@pranavp8023
@pranavp8023 - 30.05.2022 10:28

It’s very difficult to go back to monolith architecture after working on micro services.

Ответить
@opuchakraborty
@opuchakraborty - 01.06.2022 15:04

I loved this video, explanation is simple

Ответить
@salamatburzhuev434
@salamatburzhuev434 - 09.06.2022 14:57

What is the size of the team which is considered to be "small' ?

Ответить
@yashwanthd1998
@yashwanthd1998 - 09.07.2022 11:36

How to handle failur of a single service and data consistency

Ответить
@zaico09
@zaico09 - 29.08.2022 15:03

🎂 → 🍰🍰🍰 !!! LIKE

Ответить
@doaamm1493
@doaamm1493 - 10.10.2022 20:07

thanks for your useful videos

Ответить
- 25.10.2022 01:24

The code in monoliths aren't necessarily in a single repository.

Ответить
@adityajoshi2806
@adityajoshi2806 - 09.02.2023 17:54

Hi Gaurav, do you have kind of sample dataset regarding the decomposition of monolithic systems into microservices

Ответить
@sonugupta147
@sonugupta147 - 21.02.2023 12:29

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 ?

Ответить
@lihewang6532
@lihewang6532 - 04.03.2023 01:08

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.

Ответить
@sankalparora9374
@sankalparora9374 - 13.03.2023 01:26

Thanks for the detailed video !

Ответить
@abdullahsiddique7787
@abdullahsiddique7787 - 17.03.2023 12:26

Khoob bhalo ek daaam phataphati

Ответить
@sonaligoel4270
@sonaligoel4270 - 26.06.2023 13:37

Brilliant !! and Thank you.. You made all the complex stuff easy to understand

Ответить
@pankajjagtapp
@pankajjagtapp - 27.07.2023 07:29

Very helpful.. Thanks!

Ответить
@prabhue966
@prabhue966 - 04.12.2023 06:16

Insightful

Ответить
@AbhayAR
@AbhayAR - 22.02.2024 03:55

Any practical ?

Ответить
@StillVeryLazy
@StillVeryLazy - 06.03.2024 09:57

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?

Ответить
@AlokLaha-te2pd
@AlokLaha-te2pd - 29.04.2024 15:11

Awesome Gaurav. You are really adding value to our life. Keep up the good work.

Ответить
@umeshkaushik710
@umeshkaushik710 - 03.09.2024 10:43

is this video still relevant?

Ответить
@NoamSalomonski
@NoamSalomonski - 25.10.2024 07:04

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.

Ответить
@avishjain7375
@avishjain7375 - 01.11.2024 10:18

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?

Ответить