Open to new opportunities · ~2 years experience

Building & Automating
Cloud Infrastructure

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

Shubham Mate

// 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.

Status: Open to full-time roles
Location: Pune, India

// 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

VERIFY

HashiCorp Terraform

Associate · In Progress

AWS Solutions Architect

Associate · In Progress

Kubernetes Basics

CNCF · Completed
ID: K8S-05-67-89

VERIFY

Linux Fundamentals

LFS101 · Completed
ID: LF-99-00-11

VERIFY

Docker Essentials

IBM · Completed
ID: DKR-55-XY-ZZ

VERIFY

// the stack

Tools & Technologies

Linux
AWS
GCP
Docker
Kubernetes
Terraform
Ansible
Git
GitHub
GitLab
Jenkins
GitHub Actions
ArgoCD
Prometheus
Grafana
Python
Go (Learning)
OWASP Top 10
Vault
Linux
AWS
GCP
Docker
Kubernetes
Terraform
Ansible
Git
GitHub
GitLab
Jenkins
GitHub Actions
ArgoCD
Prometheus
Grafana
Python
Go (Learning)
OWASP Top 10
Vault

Infrastructure

Linux
AWS
GCP
Docker
Kubernetes
Terraform
Ansible

Version Control

Git
GitHub
GitLab

CI/CD

Jenkins
GitHub Actions
ArgoCD

Monitoring

Prometheus
Grafana

Languages

Python
Go (Learning)

Security

OWASP Top 10
Vault

// interactive — try it

devops.sh — bash
$

// projects

Featured Work

A curated showcase of production-grade infrastructure, serverless patterns, and high-availability cloud-native systems. click "flip" to see architecture.

Project Architecture

Cloud Native Portfolio

Elite Cloud-Native Portfolio | Serverless Messaging Backend | Honeypot Anti-Bot Security | Terraform IaC | AWS (Lambda, API Gateway, Route 53, CloudFront, S3, DynamoDB) | Automated CI/CD. A high-fidelity DevOps showcase featuring atomic deployments, security-first engineering, and automated infrastructure management.

aiautomationawsci-cdcloud-nativecloudfrontdevopsdocker-composedynamodbemailjsgithub-actionshtml5huskyinfrastructure-as-codeportfolioroute53s3tailwind-cssterraformvanila-js
Code

// architecture

Cloud Native Portfolio

S3 (Origin) ➔ CloudFront (CDN)
Terraform (IaC)
GitHub Actions (CI/CD)
Checkov (Security Scan)
Problem:Manual deployments are slow, insecure, and lack global performance metrics.
Fix:Implemented a full GitOps pipeline with automated security gates and global edge caching.
Project Architecture

Terraform For Deploying Simple Frontend Backend App Using Docker AWS VPC ECR And ECS Fargate

This project deploys a Flask backend and Express frontend using Docker and AWS ECS Fargate. Managed via Terraform, it features a VPC for isolation, an ALB for path-based routing, and ECR for image hosting. It includes secure private subnets, CloudWatch logging, and automated infrastructure as code (IaC) workflows.

HCL
Code

// architecture

Terraform For Deploying Simple Frontend Backend App Using Docker AWS VPC ECR And ECS Fargate

React (3000) ➔ ALB ➔ Node.js (5000)
ECR (Registry)
VPC Isolation
CloudWatch Logging
Problem:App worked locally but broke in every other environment due to dependency mismatches.
Fix:Multi-stage Dockerfile + Docker Compose. Image size reduced by ~55% using Alpine base.

// 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

.github/workflows/deploy.yml
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.