Thursday
Room 5
15:00 - 16:00
(UTC±00)
Talk (60 min)
Discussing Backend For Front-end
In the good old days, applications were simple. A browser sent a request to a webapp endpoint; the latter fetched data from a database and returned the response. The rise of mobile clients and integrations with other apps upset this simplicity. Coupled with the current fascination for microservices, we need to change our approach.
Architecture
Microservices
In this talk, I’ll describe the problem of how the combination of different client types and of different microservices affects the design of the latter. I’ll continue by explaining one solution: Backend-For-Frontend and its possible implementations.
This talk is demo-based.