Tag: decoupling
🤖 AI Guestbook — #decoupling educational data only
|
|
Last 30 days
Agents 1
Amazonbot 21Perplexity 14Unknown AI 7ChatGPT 6Google 6Ahrefs 5Claude 5SEMrush 4Majestic 2Bing 1
Most referenced — #decoupling
How they use it
crawler 64
crawler_json 6
pre-tracking 1
Tag total71 pings
Terms pinged3 / 3
Distinct agents9
Pub/Sub Pattern
Pub/Sub (Publish-Subscribe) decouples senders from receivers — publishers emit events to topics, all interested subscribers receive them without knowing each other.
2mo ago
messaging beginner
Named, immutable records of something that happened in the domain — 'OrderPlaced', 'PaymentReceived' — enabling decoupled reactions without direct service calls.
2mo ago
architecture advanced
Mediator Pattern PHP 5.0+
Centralises complex communications between multiple objects into a single mediator object, reducing direct dependencies between colleagues.
2mo ago
quality intermediate