Hello, I'm Bhargav

I'm a

Portrait of Adil Shamim

About Me

Get to know me!

Bhargav -- Devops & Cloud Engineer,and developer—constantly evolving and passionate about learning new frontiers.

I specialize in creating cloud resources and implement CICD pipeline for micro service architecture. I combine analytical thinking and technical skills to deliver outstanding results.

When I'm not working, you can find me exploring new technologies.

Education

IIT KHARAGPUR, M.Tech

Experience

Synfosys Business Solutions Pvt Ltd ( 5 yeas )

Location

Visakhapatnam, Andhrapradesh

Languages

English, Hindi, Telugu

Projects

My Skills

Programming & Tools

Python

Intermediate

Groovy Scripting

Terraform

Shell Scripting

AWS

Kubernetes

Docker

ArgoCD

Git

Github Actions

Node

Java

SonarQube

Professional Skills

Communication

Teamwork

Problem Solving

Creativity

Tools & Platforms

Git Git
Docker Docker
VS Code VS Code
Cursor Cursor

Contact Me

Get In Touch

Feel free to reach out to me for any questions or opportunities!

Email

bhargav.mech12@gmail.com

Location

Visakhapatnam, Andhrapradesh, India

Shell Script Sample

 #! /bin/sh

sudo apt update
sudo apt install fontconfig openjdk-21-jre -y
java -version


sudo wget -O /etc/apt/keyrings/jenkins-keyring.asc \
  https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key
echo "deb [signed-by=/etc/apt/keyrings/jenkins-keyring.asc]" \
  https://pkg.jenkins.io/debian-stable binary/ | sudo tee \
  /etc/apt/sources.list.d/jenkins.list > /dev/null
sudo apt update
sudo apt install jenkins -y