Deploying a Node-Todo App on AWS ECS Fargate and AWS ECR:Prerequisites Before we dive into the deployment process, make sure you have the following prerequisites in place: AWS Account: You need an AWS account to access the AWS services required for this project. Docker: Install Docker on your local machi...Sep 20, 2023·2 min read
Deploying a Reddit Clone Web Application on Kubernetes:Before you begin, make sure you have the following prerequisites: Minikube: Install Minikube by following the official documentation. kubectl: Install kubectl, the Kubernetes command-line tool, following the official installation guide. Docker: En...Sep 19, 2023·2 min read
Deploying a Web Application with Docker Swarm:Before we dive into the project, you should have the following in place: Docker installed on your local machine. Access to multiple machines (virtual or physical) to set up the Docker Swarm cluster. Project Steps GitHub Repository: https://github...Sep 18, 2023·1 min read
Automating Node-Todo Application Deployment with Jenkins:The project is hosted on GitHub, and you can find it here. This repository contains all the code and configurations needed to set up a CI/CD pipeline for a Node.js Todo application. What's Inside? Node-Todo Application: The core of the project is a ...Sep 15, 2023·2 min read
Automating the Web Application Development:Before we start building our automation pipeline, let's get familiar with the tools we'll be using: Jenkins: An open-source automation server that helps automate parts of the software development process. Jenkins can build, test, and deploy your cod...Sep 13, 2023·3 min read