Web Unleashed 2018

2018-10-01 00:00:00 2018-10-03 00:00:00 America/Toronto Web Unleashed 2018 Drive your career to the forefront by learning the latest tools, techniques and technologies in front-end web development. Toronto FITC Toronto

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

  1. What serverless is
  2. How to create a serverless function
  3. How to create serverless APIs
  4. How to clean data when you push to master on GitHub
  5. How to create a checkout with Stripe