Add OpenSSL to Express App
Posted on May 03, 2020Steps to generate a self-signed certificate using OpenSSL and integrate to your existing Express.js app 1. Generate Key & Certificate Your system might already have openssl installed. If not, just…
Read full postDeploy Node.js App To Digital Ocean
Posted on May 02, 2020Node.js Deployment Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt 1. Sign up for Digital Ocean If you use the referal link below, you get…
Read full postHex Color to rgba
Posted on January 21, 2020Hex to RGBA color in JS Let's create a function in JS to convert the Hex Color Code to RGBA with Opacity. HexToRgba.js
Read full post