Tag: events
Browse 3 practical software engineering resources tagged with "events". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving events. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Event-Driven Architecture
Event-driven architecture uses events to trigger and communicate between services. It supports loose coupling and scalability.
The resources below cover event buses, streams, patterns, and use cases. Each guide helps you build event-driven systems.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Redis Pub/Sub for Cross-Process Messaging
Use Redis pub/sub channels to broadcast events between processes, handle subscriptions, and...
Debounce and Throttle Functions in JavaScript
Control function execution rate with debounce and throttle. Covers leading and trailing edge,...
Event Sourcing — State as a Sequence of Events
A detailed analysis into Event Sourcing: persist state changes as events, reconstruct aggregates...