Introduction to Serverless Functions

Introduction to Serverless Functions

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 4 Hours | 1.40 GB

You can build highly interactive, dynamic web experiences without the hassle of setting up or maintaining servers! In this course, Jason Lengstorf will teach you how serverless functions enable powerful workflows to accomplish a wide variety of web-based interactions. Whether you’re securely loading data, processing form entries, handling user access, or doing something totally off the wall, serverless functions let you skip the boilerplate and get straight to building your app’s logic.

This course is meant for frontend developers who want to level up their apps without having to learn to manage full-blown backends. You’ll be using plain JavaScript, a bit of Node, and HTML/CSS to accomplish the exercises in this course.

By coding along with us in the Workshop, you’ll:

  • Learn what serverless functions actually are
  • Protect private keys when making asynchronous requests in apps
  • Process user input like form entries and other interactions
  • Add user authentication without a full-blown server