#nodejs
Read more stories on Hashnode
Articles with this tag
Introduction: Understanding NGINX is essential for anyone involved in using web technology for personal projects or large scale enterprise...
In this blog we will learn how to create a node application, run it using docker, push the image to AWS ECR and deploy to AWS EC2 instance using the...
Dockerizing a Node.js application involves creating a Docker image that encapsulates your Node.js application and its dependencies. Here's a...