Author: James Edwards
Build a Jamstack form with Serverless functions and a Stateless CSRF Token
Request a csrf token and post form data with the Fetch API using Azure Serverless functions to generate and verify a stateless csrf token and save form data.
Render EJS file with Nodejs
Generate an HTML file using Node.js, Typescript, and npm package.json scripts to render an EJS template file.
Submit FormData object using Fetch API
Create an HTML form and post formdata with the ES6 Fetch API and TypeScript.
Build a Serverless Comment System for a Jamstack Blog
Use the GitHub REST API, Azure Serverless Functions, and Node.js to post and pre-render Jamstack blog comments without a database.
Compile Sass with npm
Use npm package.json scripts, node-sass npm package cli and clean-css npm package cli to compile SCSS and minify the css output with Node.js