Node.js AWS Deployment Cheatsheet

Node.js AWS Deployment Cheatsheet
A one stop cheatsheet for deploying your Node.js application to production using AWS with a Custom Domain
Read more →

Deploying your Node.js application to production using AWS with Custom Domain & SSL

Deploying your Node.js application to production using AWS with Custom Domain & SSL
An in-depth overview of setting up a production environment and deploying your Node.js application onto an AWS EC2 Instance with a ssl enabled custom domain
Read more →

Introduction to Docker and Dockerizing Node.js applications

Introduction to Docker and Dockerizing Node.js applications
An overview of docker with a short post describing the configuration of a docker container to run your Node.js app.
Read more →

How to deploy a sub directory to Heroku with a Monorepo codebase ?

How to deploy a sub directory to Heroku with a Monorepo codebase ?
Stuck on deploying a sub directory from a nested monorepo codebase on Heroku. Well this post describes a simple solution for this problem using git-subtrees.
Read more →