Decoupling

6 articles
Pub/Sub - Publish-Subscribe Pattern What the pub/sub pattern is, how it enables event-driven architectures, and when to use SNS versus direct …Message Queue What message queues are, how they decouple services, and when to use SQS versus other messaging patterns.Mediator Pattern A behavioral design pattern that defines an object that encapsulates how a set of objects interact, promoting …Interface Segregation Principle (ISP) A SOLID design principle stating that no client should be forced to depend on methods it does not use, …Bridge Pattern A structural design pattern that decouples an abstraction from its implementation so that the two can vary …Event-Driven Architecture for AI What event-driven architecture is, how S3 triggers, EventBridge, and Step Functions patterns enable scalable …