Add OpenSSL to Express App

Posted on May 03, 2020

Steps 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 post

Deploy Node.js App To Digital Ocean

Posted on May 02, 2020

Node.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 post

Hex Color to rgba

Posted on January 21, 2020

Hex 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