JWT ECDSA signing in JavaScript
September 8, 2019
How to use JWT ECDSA to provide read-only JSON Web Tokens to a client app. Learn how to sign your tokens in Node.js and read them on the front-end.
September 8, 2019
How to use JWT ECDSA to provide read-only JSON Web Tokens to a client app. Learn how to sign your tokens in Node.js and read them on the front-end.
May 26, 2019
How to implement Basic HTTP auth in Express and Node.js to password protect a static website
March 10, 2019
Express route param validation using Joi via the NPM module express-joi-validate. Validate your API endpoints using the power of Joi in an Express app.
September 7, 2017
Track countries you visit using this travel app built using React Rails. Choose countries via the interactive map, and share the map with your friends!
December 6, 2016
A guide on choosing web hosting based on your business, type of website you have, and other important factors.
January 18, 2015
My experiences on using DocPad, and tutorial on how to serve a DocPad website on Ubuntu