I’m actively building my career in DevOps by focusing on hands-on infrastructure, automation, and cloud fundamentals. My approach is simple: learn by doing, document the process, and improve with every project.
I have a strong foundation in Linux, CI/CD, containers, and AWS, and I’m currently expanding into Infrastructure as Code and monitoring. Most of my work involves creating labs, deploying cloud resources, and building repeatable automation workflows.
Core skills-
Linux administration & shell scripting Git/GitHub workflows CI/CD with Jenkins & GitHub Actions Docker & container fundamentals Kubernetes basics (Minikube, EKS) AWS: EC2, S3, IAM, VPC, RDS, Load Balancers
Currently learning-
Terraform & Ansible Monitoring with Prometheus, Grafana & CloudWatch DevOps security best practices
This hashnode account documents my learning journey — projects, setup guides, troubleshooting notes, and practical DevOps experiments. I’m focused on growing into a reliable engineer who can design, automate, and maintain scalable systems.
DevOps internships, entry-level cloud roles, real-world automation challenge, and collaborative open-source work.


Mar 25, 2025 · 3 min read · In this blog, I'll walk you through setting up MongoDB with Mongo-Express using Docker. Mongo-Express is a lightweight web-based administrative interface for MongoDB, making it easy to visualize and manage your database. Prerequisites Docker install...
Join discussionFeb 18, 2025 · 3 min read · Introduction Continuous Integration and Continuous Deployment (CI/CD) is a game-changer in modern software development. It streamlines code integration, testing, and deployment, ensuring rapid and reliable delivery of applications. In this blog, I’ll...
Join discussion
Feb 12, 2025 · 3 min read · Have you ever wanted to check the weather forecast directly from your terminal? In this blog, I'll show you how to create a simple Bash script that fetches weather details for any city using the free wttr.in weather service. Why Use a Bash Script for...
Join discussionFeb 12, 2025 · 3 min read · Docker is a powerful tool for containerization, but what happens if the Docker service stops unexpectedly? Manually checking and restarting the service can be tedious, especially in production environments. In this blog, we’ll automate the monitoring...
Join discussion