Skip to main content

Sarah Drasner

Sarah Drasner

Sarah Drasner is the Director of Engineering, Core Developer Web at Google. She is author of Engineering Management for the Rest of Us, an award-winning speaker, and Vue core emeritus. Sarah is formerly VP at Netlify, Principal Lead at Microsoft, and Manager at Trulia/Zillow Group. She’s an O’Reilly author and co-organizer of ConcatenateConf, a free conference for Nigerian and Kenyan developers.

Sarah Drasner's Talk

Serverless Functions and Vue.js

Tuesday, 24th – 11:20

Despite the name, Serverless does not mean you’re not using a server, rather, the promise of Serverless is to no longer have to babysit a server. Scaling is done for you, you’re billed only for what you use. In this session, we’ll cover some key use cases for these functions within a Vue.js application: we’ll accept payments with stripe, we’ll gather geolocation data from Google Maps, and more! We’ll make it all work with Vue and Nuxt seamlessly, simplifying how to leverage this paradigm to be a workhorse for your application.