Skip to content
View AdityaKonda6's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report AdityaKonda6

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
AdityaKonda6/README.md

Typing SVG


Portfolio  Portfolio  LinkedIn  Twitter  Instagram  Email


Profile Views  Followers  Stars


01  whoami

terminal gif

$ cat /etc/aditya.conf

NAME      = "Aditya Konda"
ROLE      = "Junior SRE | DevOps Engineer"
COMPANY   = "Dorian Mode Technologies"
LOCATION  = "Mumbai, India 🇮🇳"
EDUCATION = "B.E. Information Technology — 2025"
PORTFOLIO = "adityakonda04.vercel.app"
FOCUS     = "Reliability. Automation. Scale."
STATUS    = "Building systems that wake me up — not page me."

I'm not a software developer.
I'm the person who makes sure what developers build actually survives production.

I obsess over systems that heal themselves, pipelines that deploy while you sleep, and infrastructure that doesn't fail at 3am — or when it does, recovers before anyone notices.

"If it can be automated, it will be.
If it can break, I've already thought about it."



02  ./experience.sh

🚀 Junior SRE / DevOps Engineer — Dorian Mode Technologies  [ 2025 – Present ]

First role. Full ownership. No hand-holding.

Dropped into a production environment and immediately started building things that matter — real pipelines, real infrastructure, real consequences if something breaks. Here's what that looks like day-to-day:

  • ☸️ Deploying and managing containerized workloads on Kubernetes with zero-downtime release strategies
  • 🔁 Building and owning end-to-end CI/CD pipelines — code hits production fast, clean, and safely
  • 🏗️ Provisioning cloud infrastructure using Terraform — everything version-controlled, nothing clicked by hand
  • 🔐 Embedding DevSecOps gates into pipelines: static analysis, image scanning, secrets detection before merge
  • 📊 Standing up observability stacks — metrics, logs, traces, dashboards, alerts — so teams see problems before users do
  • ⚡ Driving SRE culture: SLOs, error budgets, blameless postmortems, and reducing toil relentlessly

The goal isn't uptime. The goal is confidence — that any engineer on the team can deploy on a Friday at 5pm.


03  cat tech_stack.yaml

☁️ Cloud

AWS Azure GCP

📦 Containers & Orchestration

Kubernetes Docker Helm containerd Nginx

🏗️ Infrastructure as Code

Terraform Ansible

🚀 CI/CD & GitOps

GitHub Actions Jenkins GitLab CI ArgoCD

📊 Observability & SRE

Prometheus Grafana CloudWatch Datadog

🔐 DevSecOps

Trivy Bandit SonarQube

💻 Languages

Python Go Bash Java JavaScript

🗄️ Databases

PostgreSQL MongoDB MySQL Redis

🐧 OS & Systems

Linux Ubuntu Git


04  ls -la ./projects/

Two projects worth your attention. Both are production-minded, not tutorial-cloned.


django-devsecops-pipeline  🛡️

A zero-trust CI/CD pipeline that treats security as a first-class citizen — not an afterthought bolted on after deployment.

 Git Push
    │
    ▼
 GitHub Actions
    │
    ├──► Bandit (SAST) ──────────── Python code vulnerability scan
    │
    ├──► Docker Build + Trivy ────── Container image CVE scanning
    │
    └──► ECR Push → EC2 Deploy ───── Only clean images reach production

Every commit goes through automated security gates. Bad code doesn't ship — the pipeline rejects it before a human even sees it. That's shift-left security in practice, not in slides.

🔗 View Repository →


Three-Tier-Application-AWS-EKS  ☸️

A full React + Node.js + MongoDB application deployed on Amazon EKS — with Helm charts, AWS Load Balancer Controller, ECR-managed images, and persistent EBS volumes.

 React (Frontend)     Node.js (API)     MongoDB (DB)
       │                   │                │
    ECR Image           ECR Image       EBS Volume
       └──────────┬────────┘                │
                  ▼                         │
          AWS EKS Cluster ◄─────────────────┘
          Helm • Manifests • ALB Controller

Not just "it runs on Kubernetes." Proper Helm-versioned releases, proper load balancing, proper persistent storage — the way you'd actually do it at a company.

🔗 View Repository →


More in the lab 🔬 — Blockchain dApp for donation transparency, Android SOS safety app with paired IoT hardware, Selenium automation framework, MERN e-commerce clone. Browse all 46 repos →


05  cat philosophy.txt

╔══════════════════════════════════════════════════════════════════════╗
║                                                                      ║
║   AUTOMATE EVERYTHING        Manual process = future incident        ║
║   SHIFT SECURITY LEFT        Catch it in the pipeline, not prod      ║
║   OBSERVE OR FLY BLIND       Metrics. Logs. Traces. No exceptions.   ║
║   INFRA IS CODE              If it's not in Git, it doesn't exist    ║
║   MTTR > MTBF                Fast recovery beats perfect uptime      ║
║   TOIL IS THE ENEMY          If you do it twice, automate it         ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝

06  uptime --lifestyle

🏋️ Gym 🏍️ Bikes 🎥 Motovlogging 🗺️ Solo Rides
Discipline isn't motivation — it's a system A mountain road at 6am resets everything Motion is expression 500km of silence beats a weekend of noise

The same mindset that runs a blameless postmortem at 2am is the one that finishes a solo ride in the rain.
Consistency. Composure. Keep moving.


07  ./github-stats.sh

  





Activity Graph


08  cat trophies.md

Trophies


09  watch contributions

contribution snake

10  ./connect.sh

Junior SRE | DevOps Engineer | Open to the right opportunity
Mumbai, India  ·  Remote / Hybrid / Relocation welcomed


Portfolio  LinkedIn  Email


Buy Me A Coffee



Always open to collabs, infra war stories, and brutal architecture debates.
If you're building something serious — let's talk.


 █████╗ ██████╗ ██╗████████╗██╗   ██╗ █████╗ 
██╔══██╗██╔══██╗██║╚══██╔══╝╚██╗ ██╔╝██╔══██╗
███████║██║  ██║██║   ██║    ╚████╔╝ ███████║
██╔══██║██║  ██║██║   ██║     ╚██╔╝  ██╔══██║
██║  ██║██████╔╝██║   ██║      ██║   ██║  ██║
╚═╝  ╚═╝╚═════╝ ╚═╝   ╚═╝      ╚═╝   ╚═╝  ╚═╝

— Aditya Konda  ·  Building infrastructure that doesn't lie.

Pinned Loading

  1. django-devsecops-pipeline django-devsecops-pipeline Public

    A production-ready DevSecOps pipeline for Django. Automates security scanning (Bandit/Trivy), containerization (Docker), and deployment to AWS EC2 via ECR using GitHub Actions.

    Python 2 1

  2. Three-Tier-Application-AWS-EKS Three-Tier-Application-AWS-EKS Public

    A comprehensive guide to deploying a React Frontend, Node.js Backend, and MongoDB database on Amazon EKS using Docker, ECR, Helm, Kubernetes, and the AWS Load Balancer Controller.

    Shell 2

  3. LenskartClone-Aditya LenskartClone-Aditya Public

    Hey there 👋, I'm Aditya! We Have Created a Lenskart Clone using MERN Stack for Our Mini Project.🚀

    JavaScript 4

  4. Charity-Blockchain-Project-Aditya_Konda Charity-Blockchain-Project-Aditya_Konda Public

    The Charity Blockchain Project is a decentralized platform that ensures transparency and security in charitable donations using blockchain technology. The platform leverages smart contracts to faci…

    JavaScript 4

  5. Automation-Testing-CWD-By-Aditya Automation-Testing-CWD-By-Aditya Public

    Developed a Selenium-based automation framework. The script dynamically generates unique email IDs, handles retries for duplicate usernames, captures step-by-step screenshots, and integrates Excel-…

    Java 3

  6. SHEild-Women_Saftey_Application_and_IoT_Device SHEild-Women_Saftey_Application_and_IoT_Device Public

    Hello This is my Major Project

    Java 3