~/tags/architecture
Posts taggedarchitecture
2 posts found
- >>Why we need State machines
Most software breaks when the system enters a state nobody clearly named. Explicit state machines make that behaviour visible, testable, and safer to change, which matters even more in the AI era.
- >>Asynchronous Request-Response Pattern
Exploring polling, webhooks, Kafka, and RabbitMQ reply-to patterns for routing async responses back to the exact service instance that made the request.