» Tag
event-driven
6 postsBeyond CRUD: personal projects that prove real architecture skills
A look at why generic CRUD portfolios fall short, and how event-driven architecture, infrastructure-as-code, and decoupled AI integration better demonstrate senior engineering skill.
Why Your SNS Messages Silently Disappear
SNS filter policies live on subscriptions, not in your code, so publishes can 'succeed' while messages never arrive. Here's why it happens and how to catch it early.
Building a Serverless AI Assistant at Pelago: From Concept to Care in Two Weeks
Pelago created a serverless AI assistant in two weeks using AWS, innovating patient care management.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comThe Acknowledgment Gap in Event-Driven Systems: A Hidden Risk
Learn about the acknowledgment gap in event-driven systems and how to prevent message loss.
Designing a Kafka-Based Payment Event Pipeline
Learn about the right design and requirements for Kafka-based payment events.
Overcoming Synchronization Crisis: The Importance of Event-Driven Architecture
Event-driven architecture resolves synchronization issues in multi-agent systems. EDA enhances performance and scalability.