Use Azure Table Storage with Azure Serverless Functions and Node.js
Insert, retrieve, update, and delete entities from Azure Table Storage using the azure-storage npm package and Azure Serverless TypeScript Functions with Node.js.
Split a TypeScript Array into Chunks with a Generic Reduce Method
Split a TypeScript array into smaller individual chunks with the reduce method to prevent the EMFILE error from crashing the node.js process.
Convert Relative URL to Absolute URL with Node.js
Convert HTML link values containing relative URLs to use absolute URLs with the cheerio npm package.
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 Node.js
Generate an HTML file using Node.js, Typescript, and npm package.json scripts to render an EJS template file.