Overview
Serverless is the most clickbaity title for an actually interesting thing. 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, Sarah will cover some key use cases for these functions within a Vue.js application: she’ll accept payments with stripe, gather geolocation data from Google Maps, and more! She’ll make it all work with Vue and Nuxt seamlessly, simplifying how to leverage this paradigm to be a workhorse for your application.
Objective
Learn the basics of serverless and some practical applications while building Vue apps!
Target Audience
Any front-end developer who would like to know more about serverless technologies, even if they don’t frequently write backend code.
Assumed Audience Knowledge
Basic JavaScript
Level
Beginner
Five Things Audience Members Will Learn
- What serverless is
- How to create a serverless function
- How to create serverless APIs
- How to clean data when you push to master on GitHub
- How to create a checkout with Stripe