Tag: Node.js
Main Content
Generate a Universally Unique Identifier (uuid) with Node.js
Generate a universally unique identifier with Node.js using the uuid npm package, that supports both commonJS and ECMAScript module formats.
Import and Export ES Modules in Node.js using TypeScript with Babel Compilation
Use ES Modules in Node.js without an experimental flag by configuring Babel and TypeScript to support ES Module import and export syntax.
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.