Matti Ullahhow-to-setup-the-nginx-in-ubuntu.hashnode.dev·Dec 5, 2024How to setup the nginx on ubuntu/linux for the node js applicationsudo apt install nginx sudo rm sudo vi /etc/nginx/nginx.conf sudo vi /etc/nginx/nginx.conf For Linux sudo yum install nginx For Front End After executing sudo vi /etc/nginx/nginx.conf, the editor will open. Follow these steps: Press i to enter ins...3 likesnginxubumtu
Anasanasmansuri.hashnode.dev·Aug 28, 2024Deploy Node.js app with Docker and Jenkins: A Complete TutorialPhontiqe is a 2-tier web application built using Node.js and Express. This is a simple web application that displays a list of accessories retrieved from a server-side API. The application uses JavaScript, HTML, and CSS to dynamically generate the li...1 like·65 readsphontiqe
Mutual Fund Developermutualfund.hashnode.dev·Jul 14, 2024PM2 For NodeJS Auto Run and WatchPM2 (Process Manager 2) is a popular production process manager for Node.js applications. It helps you manage and keep your applications online 24/7, providing a number of useful features for managing application processes, monitoring performance, an...#PM2 #Nodejs #Elasticsearch #logging system
Pratik Gotepratikgote.hashnode.dev·Jul 2, 2024Deploying Your First Node.js App on AWS EC2: A Beginner's Guide to Cloud SuccessTitle : Deploying Your First Node.js Application on AWS EC2 : A Step-by-Step Guide Introduction: In this Blog, we'll explore the process of deploying a Node.js application on AWS EC2. We'll cover the necessary steps to set up an EC2 instance, install...AWS EC2 setup
Pratik Gotepratikgote.hashnode.dev·Jun 28, 2024Week - 2 : DevOps Zero to HeroDay 8: DevOps Project using Shell Scripting, GitHub API Integration In this blog, we will learn how to create a DevOps project using shell scripting and GitHub API integration. This project will help us to list users who have access to a specific rep...53 readsGit Branching Strategy
5 Mins Learn5minslearn.hashnode.dev·Jun 2, 2023What is CloudFormation & How to use it to deploy NodeJSImagine you have built a great product. The user base of your product has been increasing rapidly. You want to scale your product to the people around the world. To achieve that you should have a good cloud infrastructure. But you’ll definitely be ex...Node.js