Naved Ahmed khangeeky-naved.hashnode.dev·Nov 15, 2024Deploy a MERN Backend on Vercel for FreeLearning to deploy your backend is an essential part of becoming a full-stack developer. In this tutorial, we’ll create a simple Express API and deploy it to Vercel step-by-step. Step 1: Create a Simple Express API Let’s start by setting up a basic ...DiscussMERN Stack
Paminda Kalpa Wickramasinghepamindatechtalks.hashnode.dev·Aug 20, 2024Days with DevOps | Project 01Nginx (pronounced "engine-x") is a open source web server software that is widely used to serve web content, reverse proxy, and load balance. Also it is widely used in production environments and is a popular choice among web developers and administ...Discuss·51 readsnginx
Pulkitblogs.devpulkit.in·Aug 5, 2024Easy Deployment of Nodejs Applications on EC2 with PM2 and NGINXDeploying Node.js applications can be a daunting task, especially when aiming for a robust and scalable production environment. However, with the right tools and a clear process, it becomes much more manageable. In this guide, I will walk you through...Discuss·1 like·89 readsnginx
Vivekheyvivek.com·Aug 4, 2024A Beginner's Guide to Deploying Your First Web App on AWS: A Step-by-Step Guide 🌐🚀Deploying your first web application on Amazon Web Services (AWS) can be both exciting and overwhelming. With a wide array of services to choose from, navigating the AWS ecosystem can seem daunting for beginners. However, by breaking down the process...Discuss·11 likesAWS
Kartikbugslayer.hashnode.dev·Jul 28, 2024Deploying a web application on AWSRecently, I embarked on a journey to deploy a web application on Amazon Web Services (AWS), and I'm excited to share the process with you. This blog post will guide you through the steps I took to get my application up and running on AWS. Key Steps: ...DiscussDevops
Nilkanth Mistrynilkanth1010.hashnode.dev·Jul 25, 2024Day 80 - Automate Your CI/CD Pipeline with Jenkins and GitHub 🚀✨Welcome to Day 80 of the #90DaysOfDevOps challenge! 🚀 Today, we are diving into our first DevOps project, where we will automate the building and deployment process of a web application using Jenkins and GitHub. This project will empower you to effi...Discuss·1 like90 Days Of Devops ChallengesDevops
Phaneesh Yalavarthiphaneesh.hashnode.dev·Jun 20, 2024Episode 1: Deploy and Expose a node JS app to AWSIn this episode, we will learn how to deploy a Node.js app onto AWS EC2. This will help you understand the basics of deploying applications without using advanced concepts. For any project, there are key steps to follow: Gather the application requir...DiscussDeploy
Shaik Suffiyansuffiyan.hashnode.dev·Jun 1, 2024Unlocking DevOps: Revolutionizing Software Delivery 🚀Table of Contents 📑 Introduction to DevOps 🚀 Key Concepts in DevOps 🔑 Benefits of DevOps 🌟 Introduction to DevOps DevOps, a fusion of "Development" and "Operations," is a software engineering methodology emphasizing collaboration between IT ...DiscussDevops
Andre Wongblog.wongandre.com·May 18, 2024Create a simple API server image for docker and KubernetesSummary We will be creating our own backend API server that we can use to test out our Kubernetes deployment. We will also be running this on a docker-compose setup for testing as well. We will connect to Mongo Database, Redis, and Influx Database to...Discuss·125 readsgolang
Mary Ajayiyourtechie.hashnode.dev·Dec 11, 2023A Step-by-Step Guide to Deploying a Static Website with Azure Storage and Visual Studio CodeRequirements: In order to utilize Azure Storage, it is essential to possess an active Azure subscription. If you do not possess a subscription, kindly create a free account before commencing. All interactions with Azure Storage are channeled through ...Discuss·58 readsAzure