// Topics / Messaging
Messaging
2 entries tagged “Messaging”
- Event-Driven Architecture: What I Got Wrong and What Survived
· 10 min
Lessons from building event-driven systems at the fintech startup and Decloud. What actually works, what silently corrupts your data, and Go patterns for handling events without losing your mind.
architecture
events
golang
Message Queues: The Patterns Nobody Tells You About Until 3 AM
· 8 min
Queues look simple on a whiteboard. Then you deploy them. Here are the messaging patterns I've learned the hard way across three startups, with Go code and real failure stories.
messaging
architecture
rabbitmq