Talks

I enjoy sharing what I learn. Here are the talks and presentations I've given at conferences and meetups.

Want me to speak at your event? Get in touch.

reactperformancedx

Scale enterprise apps with Micro frontends & Monorepo

React India 2025·

Growing React teams struggle with inconsistent tooling, complex deployments & cross-team coordination. Micro frontend monorepos provide a solution through architectural harmony — covering shared infrastructure, independent deployability, consistent developer experience, and enterprise-scale team coordination.

reactdxperformance

Building Design Systems That Scale: From Monorepo to 15+ Teams

React Conf India 2024·

How to architect a component library adopted by 15+ product teams — from Turborepo/Lerna monorepo setup and Storybook-driven development to automated ESLint/Stylelint/Prettier quality gates via GitHub Actions. Real numbers: 30% dev productivity gain, 65% fewer UI bugs.

reactperformance

Micro-Frontend Architecture with Webpack 5 Module Federation

JSConf Asia 2024·

Real-world lessons from building a micro-frontend platform supporting 20+ independent applications — independent deployments, version rollback, and the Module Federation patterns that actually work in production.

dxtypescript

Model Context Protocol: Bridging Design Systems & AI Dev Environments

AI Engineering Summit 2024·

A practical look at building an MCP server that exposes your design system as an executable knowledge base for AI coding assistants — making component discovery, usage patterns, and design tokens first-class citizens in AI-assisted development.

performancedx

60% Bundle Size Reduction: A Webpack Optimisation Deep Dive

DevFest 2023·

Practical techniques that cut the email editor bundle by 60% and achieved 85% faster page loads — Webpack Module Federation, Brotli compression, advanced code splitting, and the profiling workflow that finds the real bottlenecks.

reacttypescript

JSON-Driven UI: Building a Contact Segmentation Engine

ReactIndia 2022·

How to build a JSON-driven UI builder that handles 10K+ monthly queries at under 100ms — schema design, plugin architecture for contact-sync operations, and the trade-offs between flexibility and performance.