In this lesson, you will learn the main concepts behind event-driven programming, which, after object-oriented programming, is another fundamental stepping stone in understanding modern embedded ...
“Asynchrony” is a scary word. It means taking events as they come, managing somehow to avoid being overtaken by them. Event-driven asynchrony is the foundation of serverless computing, which, as a ...
Modern microservices architectures are event-driven, reactive, and choreographed (as opposed to being centrally controlled via an orchestrator). That makes them loosely coupled and easy to change.