Loose Coupling
Everything on SkillVeris tagged Loose Coupling — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Interview Questions(5)
What is the Facade Pattern?
The Facade pattern provides a single, simplified interface that hides the complexity of a larger subsystem made of many interacting classes, so clients can acc…
What is the Mediator Pattern?
The Mediator pattern centralizes communication between a set of objects into a single mediator object, so those objects (colleagues) interact only through the…
What is a Loosely Coupled System?
A loosely coupled system is one where classes interact through stable abstractions like interfaces rather than concrete implementations, so a class can be swap…
Observer vs Pub/Sub Pattern
The Observer pattern is a direct, in-process relationship where a Subject holds references to its Observers and notifies them synchronously, while Publish/Subs…
What Is Event-Driven Architecture in DevOps Systems?
Event-driven architecture is a design style where services communicate by emitting and reacting to events — immutable facts describing something that already h…