Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: event-driven

Technical writings, opinionated architectures, and development guides tagged with event-driven.

Articles3
Est. Read Time37 mins
Categories2
Featured1
Sept 202612 min read
PHP

The Second Pattern: Event-Carried State Transfer

A consumer that receives an ID and immediately asks you for the record has not been decoupled from you. It has been given a slightly slower way to call your API.

Aug 202614 min read
Laravel

Accepting Data You Don't Control

Webhooks and callbacks you did not design. An ingest server in Laravel 13 that owns the envelope, stores the payload whole, and validates where failure means a retry, not data loss.

Jan 202611 min read
PHP

Event-driven architecture with domain-driven design

Learn how to implement event-driven architecture using domain-driven design principles to build scalable and maintainable systems.