Skip to content
View AdityaGarasangi's full-sized avatar

Block or report AdityaGarasangi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AdityaGarasangi/README.md

Hey there! 👋

I'm Aditya — a DevOps Engineer who enjoys building things that actually stay up.
Most days I work with AWS, containers, and CI/CD — automating whatever doesn’t need a human in the loop.

When I’m not in the middle of a deployment, I’m probably:

  • Figuring out why the pipeline failed when it worked yesterday
  • Going deeper into Terraform than I planned
  • Writing about something I’m learning on my blog.
  • Or building something small in Python that solves a problem I have

Things I've Built

AWS DevOps Portfolio Deployment
My portfolio running on S3, with Lambda for contact form handling, API Gateway for routing, and Route 53 for DNS — fully AWS-native and serverless.

Kubernetes Email Submission App
A Node.js + MongoDB app deployed on Kubernetes using Minikube. Dockerized services, ConfigMaps, Persistent Volumes — built to better understand how Kubernetes works under the hood.

Dockerized Node.js + Mongo App
Node.js, MongoDB, and Mongo Express running together with Docker Compose. A practical way to understand container networking and service communication.

Explore my other projects here.

Writing

I write about things I’m learning, building, or thinking through hashnode.com/@adityagarasangi0

A Bit More

  • Interested in reliability, automation, and secure systems
  • Currently exploring Infrastructure as Code with Terraform

Pinned Loading

  1. AWS-Devops-Portfolio-Deployment AWS-Devops-Portfolio-Deployment Public

    This project demonstrates the deployment of my DevOps portfolio website using AWS services. The website is hosted on AWS S3, with AWS Lambda enabling user contact. AWS API Gateway connects the S3 b…

    HTML

  2. infra-as-code-lab infra-as-code-lab Public

    This repository is a dedicated IaC workspace containing practical labs focused on provisioning cloud resources, automating infrastructure configuration, and building CI/CD workflows.

    HCL

  3. dockerized-nodejs-mongo-app dockerized-nodejs-mongo-app Public

    Dockerized Node.js app with MongoDB and Mongo Express using Docker Compose

    JavaScript

  4. Kubernetes-Email-Submission-App Kubernetes-Email-Submission-App Public

    Kubernetes Email Submission App – A Node.js + MongoDB web app deployed on Kubernetes using Minikube. Features Dockerized services, ConfigMaps, Persistent Volumes, and Kubernetes Deployments for ful…

    JavaScript

  5. Jenkins-CICD-Pipeline-Nodejs Jenkins-CICD-Pipeline-Nodejs Public

    A complete CI/CD pipeline using Jenkins to build, test, and deploy a Dockerized Node.js application. Integrated with GitHub and automated via Jenkins Pipeline.

    HTML

  6. pyhub pyhub Public

    Just some Python projects I’ve built to make my life a little easier.

    Python