Watch Your Communication - How Communication Drives Design
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore communication paradigms and their impact on software design in this 53-minute conference talk from GOTO Berlin 2016. Delve into the complexities of choosing appropriate communication styles for applications, challenging the notion that mixing styles should be discouraged. Learn about synchronous request/response and asynchronous event paradigms, comparing their strengths and weaknesses through practical examples like order fulfillment. Discover how to effectively mix communication paradigms, considering factors such as user interaction and process boundaries. Gain insights from Uwe Friedrichsen, a Fellow at codecentric, on reducing complexity and avoiding mismatches in communication styles to drive better software design decisions.
Syllabus
Intro
Reducing complexity
Complexity mismatch means
Communication paradigms
The flipside of the coin
Order fulfillment
Synchronous request/response - findings
Asynchronous events - findings
Comparing the paradigms...
Mixing paradigms
Fixed paradigm
User interaction
Inside process boundaries
Wrap-up
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube