$ cat experience.yaml && cat education.yaml

Experience

Building in production since 2023 — roles, internships & education

CI/CD Pipeline

From commit to production — automated, tested, and observable

Code
Git · GitLab
✓ pushed
Build
Docker · Jenkins
✓ built
Test
PyTest · SonarQube
✓ 98% cov
Deploy
K8s · Helm · AWS
✓ live
Monitor
Grafana · Prometheus
● live
deployment.log — production
running
$ git push origin main
↳ Webhook triggered · Pipeline #247 started
$ docker build -t haber/app:v2.4.1 --no-cache .
✓ Image built (42s) · Pushed to ECR
$ pytest tests/ --cov=app --cov-report=xml -q
✓ 214 passed, 0 failed · Coverage: 98.2%
$ helm upgrade --install app ./charts/app -n production --wait
↳ Rollout status: 1/3 → 2/3 → 3/3 pods ready
✓ Health checks passed · p99 latency: 38ms
🚀 Deployment complete · v2.4.1 live in production
GBs/day Kafka Data Throughput
0+ Microservices Managed
0.9% Uptime SLA
0% Fewer Production Failures

Experience & Education

Roles, internships, and academic background

shweta@prod-cluster: ~/resume
active
shweta@prod:~$ cat experience.yaml
---
- role: "DevOps Engineer" # CURRENT
company: "Haber Water · Pune"
period: "Jun 2024 – Present"
stack: [Python, Node.js, Kubernetes, Docker, Terraform, Grafana, Prometheus]
highlights:
- "Designed 10+ microservices on Kubernetes; CI/CD with GitLab reducing failures by 40%"
- "Observability: Grafana + Prometheus on AWS EKS; infra-as-code with Terraform"
- "Python & Node.js backend services; high-throughput data pipelines processing GBs/day"
- role: "DevOps Intern"
company: "Haber Water · Pune"
period: "Jul 2023 – May 2024"
stack: [Docker, Terraform, CI/CD, Python, Bash, Nginx, MySQL]
highlights:
- "Containerized services with Docker; automated infra with Terraform"
- "Nginx load balancing; MySQL DB management for production services"
- role: "Research Intern"
company: "IIT Hyderabad"
period: "Mar 2023 – May 2023"
stack: [Hyperledger Sawtooth, Multi-threading, Distributed Systems]
highlights:
- "Optimized transaction scheduler; researched distributed consensus"
shweta@prod:~$ cat education.yaml
---
- degree: "B.Tech Computer Science"
institution: "Silicon Institute of Technology, Bhubaneswar"
year: "2020 – 2024"
grade: 9.57 # CGPA
- degree: "Intermediate (Science)"
institution: "Vidya Bharati Chinmaya Vidyalaya, Jamshedpur"
year: "2018 – 2020"
grade: 94.8%
- degree: "Matriculation"
institution: "Kerala Public School, Burmamines"
year: "2008 – 2018"
grade: 96.6%
shweta@prod:~$ cat achievements.yaml
---
- title: "Ideathon 2021 Winner" # Entrepreneurship Development Cell, SIT
- title: "Green Hackathon Runner Up" # YFS Chapter, Bhubaneswar
- title: "Smart India Hackathon 2022 Finalist" # Govt of India
- title: "CodeKaze All India Rank ~6000" # Coding Ninjas
shweta@prod:~$