-
TypeScript OAuth2.0 Server
A standards compliant implementation of an OAuth 2.0 authorization server for Node that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.
-
Fix the error `Binary not found for version` when installing Node.js using asdf on an M1 Mac
If you are running into the error `Binary not found for version X.X.X` when trying to install Node.js version 14 (or earlier) on your M1 Mac, give this a try.
-
How to use `npm version` to create prerelease tags
A short and quick guide with examples on how to use the npm version command to semantically version your node project with prereleases
-
URL to PNG
URL to PNG utility featuring parallel rendering using Puppeteer (Headless Chrome + Node.js) with storage caching via CouchDB or S3
-
Create a secured REST Api for a Next.js application using JWT and Golang
Create a secured REST Api using JWT and Golang
-
Using the exec command in node.js
Using the exec command in Node.js is pretty simple, first import the exec function, and then call it.
-
Command/Query Bus with IoC Container
Actions can either be a Command or Query. With the ApplicationCore, we can dispatch our Actions.