Step-by-Step Guide: Deploying a Web Application on Azure Kubernetes Service (AKS)This guide will walk you through the entire process of deploying a web application on Azure Kubernetes Service, including creating a Docker image, pushing it to Azure Container Registry (ACR), and configuring AKS to pull the image. Prerequisites Azu...May 20, 2025·5 min read
Deploying a Scalable Fast Food Web Application on AWS with Docker, EC2, ECR, ECS, and Elastic Load Balancer (ALB).Apr 17, 2025·7 min read
Guide: Dockerizing a Rental Application and Deploying to Azure Container InstancesApr 14, 2025·3 min read
Step-by-Step Guide to Transfer Files from Local Machine to AWS EC2 Using PuTTYgen & WinSCPIntroduction: Transferring files between your local machine and an AWS EC2 instance is a fundamental task for developers, system administrators, and cloud engineers. Whether you are deploying applications, updating configurations, or backing up data,...Apr 13, 2025·4 min read
How I Deployed Stylish E-Commerce Application Using Azure Web App and GitHub CI/CDThis project is a modern, Stylish e-commerce website deployed on Microsoft Azure Web Apps with GitHub integration for seamless CI/CD. Prerequisites Azure Account (Free tier available) GitHub Account GitBash (Download) https://github.com/Subair-09...Apr 12, 2025·2 min read
Accessing a Web App in AzureTo access your web application deployed in Azure App Service, follow these steps: Method 1: Access via the Azure Portal Sign in to the Azure Portal Navigate to "App Services" in the left menu Select your web app from the list In the overview se...Mar 28, 2025·1 min read
Enabling the Microsoft.Web Resource Provider in AzureWhen you register the Microsoft.Web resource provider: You enable the ability to create and manage App Service resources Azure prepares the necessary underlying services in your subscription You gain access to all App Service features and SKUs T...Mar 28, 2025·1 min read
Deploying a Static Website on AWS EC2 Using Apache2 Web Server: A Beginner's GuideIn this project, we will explore the process of deploying a static website on AWS EC2 instance using the Apache2 web server. By following this beginner-friendly guide, we will successfully set up an EC2 instance, installed and configured Apache2, and...Mar 20, 2025·4 min read
Pushing My First index.html File to GitHub Using Git Bash 🚀Hello, fellow coders! 👋 Today, I’m excited to share my journey of pushing my very first index.html file to GitHub using Git Bash. If you’re new to Git and GitHub, don’t worry—I’ll guide you step by step in a simple and friendly way. Let’s get starte...Mar 3, 2025·3 min read