I have been speaking at technology conferences since 2019, mostly about how to build good systems - ranging from resilience-first design principles to property-based testing to orchestration with diagrams (and more).
I love to present and share my views and interact on stage. Till date, I have spoken in Berlin, Amsterdam, Copenhagen and Bangalore.
Whether it's untangling "API spaghetti" or keeping invariants in check, I love diving into the messy details of what makes software actually work. My most popular talks have reached over 1000+ views on YouTube. Here are my recent talks:
Diagram driven development
October 2025, Copenhagen
In this talk, I discuss how to use diagrams as the primary source of truth for system behavior, ensuring that documentation stays in sync with code and helping teams visualize complex workflows.
Resilience in Microservices with Congestion Control
November 2025, Amsterdam
I share my experience on how to build resilient systems that can handle traffic spikes and failures gracefully using congestion control techniques, inspired from the age-old Little's Law and TCP's design.
Untangling the API Spaghetti With BPMN Diagrams
October 2025, Bangalore
Microservices made our system very fragmented - we became very good at the micro-layer but quite bad at understanding how it all comes together. We often resort to white-board diagrams just to have a shared understanding. In this talk, I explain how BPMN diagrams can be the living breathing macro view of how microservices interact while allowing us humans to maintain a macro-level view that is simply not possible today.
Avoiding Accidental Quality with Property Based Tests
September 2025, Online
I dive into property-based testing and how it helps uncover edge cases that traditional unit tests might miss, leading to more robust and reliable software.
Property Based Testing to Preserve Invariants
July 2025, Hamburg
I demonstrate how to use property-based testing to ensure that core system invariants are always maintained, even as the codebase evolves.
What Flow Metrics Teaches Us About Designing Resilient Systems
March 2025, Online
In this talk, I explore the relationship between flow metrics and system resilience, and how understanding these metrics can lead to better architectural decisions.
Building Resilient Services in Clojure
December 2021, Online
Here, I focus on strategies for building robust and production-ready web services in Clojure. I discuss implementing resilience patterns such as circuit breakers, load shedding, and graceful restarts to handle high scale and ensure system availability.
Writing a fair task execution framework
February 2019, Pune
I explore the design and implementation of a task execution system in Clojure that ensures fairness. The talk covers how to prevent task starvation and manage resource allocation effectively when executing asynchronous workloads.