Building & Automating
Cloud Infrastructure
DevOps and Cloud Engineer focused on CI/CD Pipelines, Containerization, and Cloud Infrastructure.

// about me
Behind the Terminals
I am a passionate DevOps and Cloud Engineer with a strong foundation in cloud-native technologies. I specialize in automating complex workflows, managing scalable infrastructure, and ensuring the reliability of high-traffic applications. My journey in tech is driven by a curiosity for how systems work and a desire to build tools that empower developers.
// experience
Work History
~2 years of hands-on DevOps & Cloud experience
Framework Engineer (Platform & DevOps)
Full-time@ Quantiphi
Sep 2021 – Nov 2022
- ▸Architected and automated cloud infrastructure on AWS using Terraform, resulting in a 70% reduction in manual provisioning time.
- ▸Containerized legacy monoliths using Docker and orchestrated resilient deployments with Kubernetes, resulting in 99.99% uptime and automated scaling.
- ▸Designed and integrated end-to-end CI/CD pipelines utilizing Jenkins and GitHub Actions, resulting in release cycles cutting from days to hours.
- ▸Implemented security-first DevSecOps safeguards using least-privilege IAM, secure network isolation, and automated bot mitigation, resulting in a 40% reduction in infrastructure incidents.
Intern Framework Engineer (Platform & DevOps)
Internship@ Quantiphi
Mar 2021 – Aug 2021
- ▸Streamlined dev/QA environments by containerizing workflows with Docker Compose, resulting in 50% faster developer onboarding.
- ▸Automated pipeline builds using Jenkins and GitHub Actions, resulting in a 35% increase in release frequency and zero manual deployment errors.
- ▸Provisioned secure cloud infrastructure on AWS EC2, optimizing security groups, ALB load balancing, and network routing to improve throughput.
- ▸Authored comprehensive infrastructure-as-code documentation and conducted peer reviews on Git, resulting in a 25% improvement in cross-team onboarding efficiency.
// certifications
Credentials
Completed & actively pursuing
Crash Course: AI-Powered DevOps
KodeKloud · Completed
ID: 79473108-c5c7-4345-8235-58a7d496d00f
DevOps Course
Tutedude · Completed
ID: TD-SHUB-DO-2308
DevOps Training
TWS · Completed
ID: NGS4PMHG
100 Days of Python
Udemy · In Progress
100 Days of DevOps
KodeKloud · In Progress
100 Days of Cloud (AWS)
KodeKloud · In Progress
// the stack
Tools & Technologies
Infrastructure
Version Control
CI/CD
Monitoring
Languages
Security
// interactive — try it
// projects
Featured Work
A curated showcase of production-grade infrastructure, serverless patterns, and high-availability cloud-native systems. click "flip" to see architecture.
// architecture
// architecture
// meta-project
How This Site is Built
This portfolio is itself a DevOps project — deployed via a fully automated CI/CD pipeline on AWS infrastructure provisioned with Terraform.
Git Push
Push to main branch triggers the pipeline
Test & Lint
ESLint + TypeScript quality gates
Security Scan
Checkov scans Infrastructure (IaC)
Terraform Apply
Automated provisioning of CloudFront, S3, Lambda, and API Gateway
S3 Sync
Build output synced to S3 bucket
CF Invalidation
CloudFront cache invalidated for instant updates
Health Check
Automated verification ensures site is 100% UP and reachable
name: 🚀 Deploy Portfolio
on:
push:
branches: [main]
jobs:
terraform-infra:
name: 🏗️ Infrastructure (Terraform)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform init
- run: terraform apply -auto-approve
build-and-deploy:
name: 📦 Build and 🚀 Deploy
needs: terraform-infra
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: '24' }
- run: npm ci && npm run build
- name: 🚀 Deploy to AWS
run: node scripts/deploy.js
- name: 🏥 Health Check
run: curl -f https://shubhammate.com // contact
Let's Build Something
Open to DevOps / Cloud Engineer roles and internship-to-full-time opportunities. Always happy to connect and talk infrastructure.

