DevSecOps CI/CD Pipeline ImplementationTechnologies Used: React 18 TypeScript Tailwind CSS Lucide React for icons Game Logic: The game implements the following rules: X goes first, followed by O The first player to get 3 of their marks in a row (horizontally, vertically, or diagon...Mar 9, 2025·5 min read
Automating Kubernetes Deployments with GitOps and ArgoCD on EC2Introduction: In today's fast-paced development environment, managing Kubernetes deployments efficiently is crucial. By leveraging GitOps principles with tools like ArgoCD, we can automate and streamline the deployment process. This blog explores how...Sep 22, 2024·4 min read
E-Commerce Microservices Deployment on AWSWorkflow Overview: Code Repository Management: Structured a multibranch Git repository, with each branch dedicated to a specific microservice, ensuring clear separation and management of individual service codebases. Automated Environment Setup: ...Jul 14, 2024·3 min read
2-Tier Application DeploymentTitle: Scaling a Flask-MySQL App to Handle 10,000 Users: A DevOps Journey Introduction: In the fast-paced world of web applications, handling high user loads is a critical challenge. In this DevOps journey, I'll walk you through the steps I took to s...Nov 7, 2023·3 min read