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

// about me
Behind the Terminals
I am a passionate DevOps 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
DevOps Engineer
Full-time@ Quantiphi
Sep 2021 – Nov 2022
- ▸ Maintain and improve CI/CD pipelines using GitHub Actions for 5+ microservices
- ▸ Containerized legacy Node.js applications using Docker, reducing environment inconsistencies
- ▸ Assisted in writing Terraform scripts to provision AWS EC2, S3, and RDS resources
- ▸ Set up basic Prometheus + Grafana dashboards to monitor application health on EC2
Junior DevOps / Cloud Intern
Internship@ Quantiphi
Mar 2021 – Aug 2021
- ▸ Supported deployment of Dockerized applications to AWS ECS using shell scripts
- ▸ Wrote Ansible playbooks to automate server configuration across dev environments
- ▸ Learned and applied basic Kubernetes concepts — deployments, services, ConfigMaps
- ▸ Collaborated with dev team to debug pipeline failures and reduce build times by 20%
// certifications
Credentials
Completed & actively pursuing
AWS Cloud Practitioner
Foundational · Completed
ID: 12345-ABC-XYZ
HashiCorp Terraform
Associate · In Progress
AWS Solutions Architect
Associate · In Progress
Kubernetes Basics
CNCF · Completed
ID: K8S-05-67-89
Linux Fundamentals
LFS101 · Completed
ID: LF-99-00-11
Docker Essentials
IBM · Completed
ID: DKR-55-XY-ZZ
// 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.
