Why wait for data when you can have it ready before anyone asks? In high-performance systems, every millisecond matters, and constantly fetching data on demand can slow things down.
This session explores a smarter approach: preparing data in advance instead of making repeated requests. Weโll discuss how services can shift from traditional request-response patterns to blazing-fast local lookups using strategic data snapshots and real-time updates.
Of course, speed isnโt freeโthere are tradeoffs. Weโll cover the challenges of keeping data fresh and the added complexity this approach brings, so you can decide when itโs worth it.
Join us to learn why some of the most performance-critical systems are moving away from API callsโand how you can apply the same techniques.

Ron Klein is a seasoned software architect, leading ultra-wide R&D projects and promoting technical standardization. In his free time, Ron contributes to the NodeJS open source community, runs his own technical blog (ronklein.co.il) and acts as a mentor for career management for software engineers. In between he loves watching movies and listening to music and podcasts.