Node.js AWS Deployment Cheatsheet
A one stop cheatsheet for deploying your Node.js application to production using AWS with a Custom Domain
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
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.
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.