Building a Secure Custom VPC for a Scalable Web Applicationwhy this project mattered to me At work (imagine a startup called NovaTech Systems), the web app’s logs had started filling the server disk. My task for the day: design a simple, secure network and expand storage so the app can keep running without i...Oct 30, 2025·7 min read·4
How I Configured AWS Billing Alerts & BudgetsIntroduction: As part of my AWS learning journey, I set up billing alerts and budgets to monitor my cloud spending. This ensures I never exceed the Free Tier limits or get unexpected charges. In this post, I’ll walk through the process I followed to ...Oct 25, 2025·2 min read·1
How I Set Up My AWS Free Tier and IAM User (Step-by-Step Beginner Guide)Introduction Starting your cloud journey begins with building a safe foundation. In this first step of my AWS journey, I created my Free Tier account and configured an IAM user — ensuring my setup follows best practices for security and scalability....Oct 25, 2025·3 min read·1
step-by-step process I followed to successfully clone, configure, and deploy a Terraform based Kubernetes infrastructure using GitHub Action and AzureThis is the Kubernetes Architecture which will be deployed by our terraform code to Azure Steps To achieve this are as follows: Step One: Cloning and Setting Up the Repository The first thing I did was to clone the repository from Digital Witch’s G...Oct 25, 2025·3 min read
"Deploy Your Website Code: A Journey from GitHub to Docker"create a gthub repsitory called ‘website code’ clone the repository to the local system Create a token on github Open powershell and run as administrator Paste the cloned code. and then code . (to open with vscode) Now we need to download our...Dec 20, 2024·2 min read·17
Building to Configuring and Integrating a NGINX Web Server on Docker Hub"installing docker by trypng (docker install and enter) either on ubuntu or debian,and follow the instructions outlined. Go to dockerhub and create an account to be able to download image. On your interface,click on explore and search for ‘nginx’ C...Dec 13, 2024·2 min read·20
"Understanding Docker and Containerization: Repositories, Solutions, and Modern Methodologies".What is Docker and Containerization? Docker is an open-source platform designed to create, deploy, and manage containers. Containers are lightweight, standalone, and executable software packages that include everything needed to run a piece of softwa...Dec 6, 2024·2 min read·5