Sat.Feb 25, 2023

article thumbnail

Deploy a Nodejs App to AWS in an EC2 Server

DZone

There are multiple ways you can deploy your Nodejs app, be it On-Cloud or On-Premises. However, it is not just about deploying your application, but deploying it correctly. Security is also an important aspect that must not be ignored, and if you do so, the application won’t stand long, meaning there is a high chance of it getting compromised. Hence, here we are to help you with the steps to deploy a Nodejs app to AWS.

AWS 274
article thumbnail

Vagrant+VirtualBox on MacOS Catalina: But It Works on My Machine!

DZone

What Is Vagrant? First launched back in March 2010 by Hashicorp’s Mitchell Hashimoto and his partner in crime John Bender , Vagrant is an open-source command line tool for virtual machine (VM) lifecycle management. The utility aims to increase development productivity by making this process a lot more simple. While Vagrant was originally tied to Oracle VirtualBox, since version 1.1, it has also included support for VMware , KVM, and others.