Microservices explained

preview_player
Показать описание
Learn what are Monolithic apps and how to migrate them into Microservices architecture.
Рекомендации по теме
Комментарии
Автор

You earned a new sub, I'm developing in Spring boot since the last year and I went through all of these concepts, but I've never seen someone so dedicated to explain, keep going man!

joaquingomez
Автор

best explanation from all video i watched!. And i respect you for not putting any single ads on this long video. Thank You!

praadiiit
Автор

Thank you for comparing all 3 architectures. Lots of tutorials only explain the pros of microservices. It's more understandable if we can travel the whole "history" from monolithic to microserives with you in simple words. :)

arebelstory
Автор

Great thanks Houssem ! I am a french follower and I understand all your explanations. You are a very good teacher.

sihine
Автор

Thanks Houssem for explanation main principles of microservices

vitahvitah
Автор

helped to fill a lot of gaps in my understanding of microservices. Thanks Houssem.

sumedhrana
Автор

I love the way you say "Thank You" !!!

ravishchauhan
Автор

This was very helpful. Thank you for the detailed explanation

mbulelo-damba
Автор

It's very helpful and it solved a lot of my queries. Thanks

DineshKumar-wpjl
Автор

Thank you, sir, for this great video.

ravishchauhan
Автор

Nice Houssem, You're an inspiration for us, what about making a tutorial about Graphql ? and I have a question only spring boot and .Net core are the advised technologies to implement a microservices project?

ahmedrebai
Автор

We don't need multirepo for microservices, it's not an obligation. We can have monorepo definition

jhonjairomoreno
Автор

Modular design could use different database using different JNDI

joelamks
Автор

13:20 glitch in the matrix :p . Great job though, keep it uppp

oussemamiled
Автор

Nice intro. I'm just wondering how to implement monolithic DB JOINs, as many separate DBs exist in uservices ecosystem ? :) Maybe there should be a uservice for one monolithic DB ? Or Kafka ?

janezperme
Автор

thank you ci Houssem (ENIS proud of you :D )

radhwenhrizi
Автор

How to plan database table design in microservice architecture. Because we couldn't set forgin key from another server database primary key.
So, I use event driven approach distributed database using rabbit mq.
I face a another problem. If I publish the event. The event subscribe 3 consumer microservice. 2 Microservice received the data and add the table, but, 1 microservice received the data and to adding database some problems couldn't be add database..
I lost the data 1 microservice.. is any possibilities to solve this problem. Like, if anything wrong roll back database to all microservice.


Please make topics about,
Eventually consistency,
Outbox pattern,
CQRS,

Please talk about

santhoshm