Thursday
Room 1
13:40 - 14:40
(UTC+02)
Talk (60 min)
Design more decoupled services with one weird trick
Developers have been trying to build more decoupled systems for years, but the same challenge keeps popping up: how much data do you pass between things, whether via an API or through events?
Microservices
Architecture
DDD
Lots of parameters means lots of coupling. Passing over just an identifier means the receiver needs to look up the data it needs, essentially sweeping that coupling under the rug and pretending it isn't there anymore.
Join Udi to see the "one weird trick" that rotates the design space enabling services to be so much more decoupled, each encapsulating their data that much more completely.
You won't believe what happens next!