shweta@prod:~$ cat experience.yaml
---
- role: "DevOps Engineer"
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
- 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"
- title: "Green Hackathon Runner Up"
- title: "Smart India Hackathon 2022 Finalist"
- title: "CodeKaze All India Rank ~6000"
shweta@prod:~$▌