Future-proof apps | DevNation Tech Talk

preview_player
Показать описание
When building an MVP software application, you may jump immediately to a #microservice architecture because it’s the new norm for building #CloudNative applications. You may also be skeptical about starting off with a monolith MVP because of the stigma of monoliths being a relic of the past. In this talk, we will buck the microservice trend by showing how to evolve a monolith MVP in a highly controlled way using modular design principles. We will end with demonstrating a future-proof #Quarkus + #VertX application that is both a monolith and microservices while using the same code and modular design.
Рекомендации по теме
Комментарии
Автор

Great Talk !! Is Quarkus which is at its core for serverless is suitable for monolith ?

Alou
Автор

Maybe I missed it but what's the benefit of having the Query Service talking to a database if the action is already completed by the Broker? The database content seems to be the same.

KouajiepLandry
Автор

Can I download the source code for this demo project somewhere? I could not find

stoic