The basics of event-driven architecture
Event-driven architecture is a software design pattern that is used to build scalable and loosely-coupled applications. At the heart of this architecture is the concept of an "event", which is any change in state that is important to the system. Exam...
Apr 13, 202311 min read209


