All my posts on software engineering, distributed systems, and lessons learned over 13+ years in tech.
-
Building Real-Time Systems at Scale: Lessons from the Trenches
I’ve spent a significant portion of my career working with real-time data systems. From building GraphQL subscriptions at Meta to designing event-driven architectures at startups, I’ve learned that real-time systems...
-
Odoo Integration Patterns: Building Enterprise Connectors That Scale
Building integrations between Odoo and external systems is both an art and a science. Over the past year, I’ve built several enterprise Odoo integrations, including a voice AI platform that...
-
13 Years of Software Engineering: Key Lessons That Shaped My Career
As I reflect on my journey through the tech industry, I realize how much the landscape has changed since I wrote my first lines of production code in 2012. Yet,...
-
GraphQL Subscriptions Deep Dive: From Theory to Production
GraphQL subscriptions enable real-time updates in your applications. But unlike queries and mutations, subscriptions are fundamentally different — they maintain persistent connections and push data from server to client. Let’s...