Direct link to the article Forms, Auth and Serverless Functions on Gatsby and Netlify

Forms, Auth and Serverless Functions on Gatsby and Netlify

Abstracting infrastructure is in our DNA. Roads, schools, water supply networks—you get the idea. Web development is no exception: serverless architectures are a beautiful expression of that phenomenon. Static sites, in particular, are turning into dynamic, rich experiences.

Handling static

Avatar of Maxime Laboissonnière
Maxime Laboissonnière on (Updated on )
Direct link to the article Creating a Vue.js Serverless Checkout Form: Configure the Checkout Component

Creating a Vue.js Serverless Checkout Form: Configure the Checkout Component

This is the fourth post in a four-part series. In Part one, we set up a serverless Stripe function on Azure. Part two covered how we hosted the function on Github. The third part covered Stripe Elements in Vue. This …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )
Direct link to the article Creating a Vue.js Serverless Checkout Form: Application and Checkout Component

Creating a Vue.js Serverless Checkout Form: Application and Checkout Component

This is the third post in a four-part series. In part one, we set up a serverless Stripe function on Azure. Part two covered how we hosted the function on Github. This post will focus on wiring everything up as …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )
Direct link to the article Creating a Vue.js Serverless Checkout Form: Stripe Function and Hosting

Creating a Vue.js Serverless Checkout Form: Stripe Function and Hosting

We’re now in the second post of a four-part series where we’re creating a checkout form application in Vue.js that can accept payments via the Stripe API. In part one, we looked at the concept of serverless functions, set one …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )