talks.md
Speaking
Conference talks, podcast appearances, and webinars on React internals, V8 optimizations, and frontend engineering at scale.
3 talks total
2024
React Fiber Deep Dive: Reconciliation at Scale
conferenceOctober 15, 2024ReactConf India 2024 · Bangalore, India
A deep exploration of React Fiber's reconciliation algorithm — priority lanes, work loop, and how concurrent mode actually works under the hood with real profiler data from production apps.
V8 Deoptimizations: What Every Frontend Dev Should Know
conferenceJune 20, 2024JSConf Asia 2024 · Singapore
How V8's hidden classes, inline caches, and deoptimization pipelines affect your React app's runtime performance. Case studies from real production incidents.
Frontend Architecture Patterns for Large Teams
podcastMarch 8, 2024Engineering Leaders Podcast · Remote
Conway's Law applied to frontend, module boundaries, and how to structure frontend codebases that can scale to 50+ engineers without coordination overhead.