-
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 have their own unique set of challenges. Here’s what I’ve...
Read more → -
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 syncs contacts, campaigns, and call data. Here’s what I’ve learned....
Read more → -
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, some lessons have remained constant. Here’s what 13 years of...
Read more → -
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 explore how they work and how to build them right....
Read more →