About • Notes • Practice • Projects • Skills
I am a DevOps & Cloud Engineer focused on automation, scalable deployments, cloud architectures, and CI/CD excellence.
My workflow revolves around:
- 🚀 Automation (CI/CD, Pipelines, GitHub Actions, Jenkins)
- ☁️ Cloud & Infra (AWS, Azure, GCP)
- 📦 Containers & Orchestration (Docker, Kubernetes)
- 🧩 IaC (Terraform, Ansible, Vagrant)
- 🛠 Real-World Projects & Learning
| Topic | Link |
|---|---|
| 📘 DevOps Notes | https://github.com/thej950/devops-notes |
| ⚡ AWS Notes | https://github.com/thej950/cloud-notes |
| 🔷 Azure Notes | https://github.com/thej950/azure-notes |
| 🛠 Oracle DB Notes | https://github.com/thej950/oracledb-notes |
| 🟣 Terraform Notes | https://github.com/thej950/Terraform-work |
| 🧰 Vagrant Workspace | https://github.com/thej950/Vagrant |
| Workspace | Link |
|---|---|
| ⚙️ Ansible Practice Notes | https://github.com/thej950/ansible_practice |
| 🧩 Ansible Playbooks Collection | https://github.com/thej950/playbooks01 |
| 🌐 HTML Website Practice | https://github.com/thej950/lawfirm |
| 🚀 GitHub Actions Practice & Notes | https://github.com/thej950/CI-CD-Github-Actions.git |
🔄 GitHub Actions CI/CD Pipeline (Docker Build + Deploy)
📁 Repo: https://github.com/thej950/better
✨ Highlights:
- GitHub Actions Workflows
- Automated Docker image build
- Push to registry
- Deployment automation
🐳 CICD to AWS ECR → Docker Deployment
📁 Repo: https://github.com/thej950/cicd-project
✨ Highlights:
- Build → Tag → Push to ECR
- Docker deployment automation
🟩 NGINX Reverse Proxy + Multi-Service Docker Project
📁 Repo: https://github.com/thej950/DPDzero-project
✨ Highlights:
- Multi-container architecture
- Reverse proxy using NGINX
- Inter-container communication
🟦 NodeJS + GCP + GCR + Docker + Jenkins + Ansible
📁 Repo: https://github.com/thej950/Software_Lab_Project
✨ Highlights:
- Jenkins CI/CD
- Ansible deployments
- GCP Container Registry
- NodeJS backend
🟧 Three-Tier App (Node.js + MySQL + Ubuntu)
📁 Repo: https://github.com/thej950/Three-tier-project
✨ Highlights:
- Backend automation
- DB client setup
- Linux environment configuration
🟦 PHP Login & Signup (MySQL Backend)
📁 Repo: https://github.com/thej950/signup-login-php
✨ Highlights:
- Simple authentication system
- PHP + MySQL
🔄 End-to-end CI/CD pipeline using GitHub Actions
- Built CI/CD pipeline using GitHub Actions
- Dockerized Node.js application
- Integrated MySQL database
- Pushed images to container registry
- Deployed application to Azure AKS
- Automated build, test, and deploy workflow
🔗 Repo: https://github.com/thej950/GitHub-Actions-project.git
🟣 EKS Setup using Terraform (AWS)
📁 Repo: https://github.com/thej950/EKS-Terraform
✨ Highlights:
- AWS EKS cluster provisioning
- Full IaC approach
🟣 Single VM setup inside Azure VNet
-
Created Azure Virtual Network:
10.0.0.0/16 -
Configured Subnet:
10.0.2.0/24 -
Deployed single Azure VM inside the subnet
-
Opened required ports using NSG:
22– SSH80– HTTP443– HTTPS
-
Infrastructure fully automated using Terraform