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

Block or report Aditya09-cse

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
Aditya09-cse/README.md
Typing introduction



   




👨‍💻 About Me

Build • Automate • Deploy • Secure • Improve

name: "Aditya Singh Tomar"
role: "DevOps & Cloud Enthusiast"

education:
  degree: "B.Tech Computer Science Engineering"
  status: "Final Year"

focus:
  - CI/CD Pipelines
  - Cloud Infrastructure
  - Docker & Kubernetes
  - DevSecOps
  - Infrastructure as Code

current_work:
  - Building hands-on DevOps projects
  - Automating workflows with GitHub Actions
  - Deploying containerized applications
  - Practicing Kubernetes workloads and storage
  - Exploring Terraform, Ansible & monitoring

goal: "Build reliable, secure and automated cloud systems."

🛠️ Tech Stack

☁️ Cloud & Infrastructure



🐳 Containers & Orchestration



⚙️ CI/CD & Automation



💻 Development & Systems


🚀 Featured Projects

Learning DevOps by Building Real Systems

🩺 DevDoctor-AI

AI-powered DevOps incident management and troubleshooting platform built with Flask, PostgreSQL, Ollama, Docker, Kubernetes and DevSecOps.

Architecture

                     Engineer
                        │
                        ▼
                  DevDoctor-AI
                        │
          ┌─────────────┼─────────────┐
          ▼             ▼             ▼
      Incidents     AI Assistant   Dashboard
          │             │             │
          ▼             ▼             │
     PostgreSQL       Ollama          │
          │             │             │
          └─────────────┼─────────────┘
                        ▼
                   Kubernetes
                        │
                ┌───────┼───────┐
                ▼       ▼       ▼
              Flask    DB     Ollama

Highlights

Incident ManagementDevOps AI AssistantLocal LLMKubernetesCI/CD DevSecOps

Tech Stack


OllamaBanditGitleaksTrivy

⚙️ DevOps Task Manager

Containerized Flask application used to practice an end-to-end DevOps workflow with Docker, Kubernetes, PostgreSQL, CI/CD and persistent storage.

Architecture

                       Developer
                           │
                           ▼
                      Git / GitHub
                           │
                           ▼
                    GitHub Actions
                           │
                 ┌─────────┼─────────┐
                 ▼         ▼         ▼
               Test      Build     Security
                           │
                           ▼
                     Docker Image
                           │
                           ▼
                      Kubernetes
                     ┌─────┴─────┐
                     ▼           ▼
                  Flask       PostgreSQL
                     │           │
                     └─────┬─────┘
                           ▼
                    Persistent Storage

Tech Stack

Python Flask PostgreSQL Docker Kubernetes GitHub Actions AWS

Kubernetes Concepts

DeploymentsServicesConfigMapsSecretsPersistentVolumePersistentVolumeClaim



🩺 Dockerized System Health Monitor on AWS

Containerized system monitoring application built to practice Python, Docker, Linux and AWS deployment.

               Linux Host
                   │
                   ▼
             Health Monitor
                   │
                   ▼
                Docker
                   │
                   ▼
                AWS EC2

Tech Stack

Python Docker Linux AWS



🔐 End-to-End DevSecOps CI/CD Pipeline

Automated CI/CD workflow integrating testing, security scanning, containerization and cloud deployment.

                      Git Push
                         │
                         ▼
                  GitHub Actions
                         │
          ┌──────────────┼──────────────┐
          ▼              ▼              ▼
        Bandit        Gitleaks        Docker
          │              │              │
          └──────────────┼──────────────┘
                         ▼
                       Trivy
                         │
                         ▼
                      Deploy
                         │
                         ▼
                      AWS EC2

Tools

GitHub Actions Docker Bandit Gitleaks Trivy AWS

Pipeline Flow

Code → Test → Secret Scan → Build → Vulnerability Scan → Deploy


📓 My DevOps Journey

Documenting hands-on learning across Linux, Git, AWS, Docker, CI/CD, Kubernetes, cloud infrastructure and automation.

Learning Path

Linux → Git → AWS → Docker → CI/CD → Kubernetes → Terraform → Automation



🏆 Highlights







🎯 Currently Improving

Kubernetes      ███████████████░░░░░
Terraform       █████████████░░░░░░░
AWS             ███████████████░░░░░
CI/CD           ████████████████░░░░
Linux           ███████████████░░░░░
Ansible         ██████████░░░░░░░░░░
Monitoring      ███████░░░░░░░░░░░░░

These bars represent my current learning focus, not proficiency percentages.


💡 Engineering Mindset

BUILD → AUTOMATE → SECURE → DEPLOY → OBSERVE → IMPROVE


I enjoy turning manual processes into repeatable workflows and learning DevOps through hands-on implementation.


🤝 Let's Connect

Interested in opportunities and conversations around

DevOps • Cloud Engineering • CI/CD • AWS • Docker • Kubernetes • Automation



 

 



while (alive) { learn(); build(); automate(); }


Pinned Loading

  1. devdoctor-ai devdoctor-ai Public

    AI-powered DevOps incident management platform with PostgreSQL, Ollama, Flask, Docker, and Docker Compose for incident tracking, AI-assisted troubleshooting, and infrastructure experimentation.

    HTML

  2. devops-task-manager devops-task-manager Public

    Containerized Flask application with CI/CD pipeline using GitHub Actions, Docker, and AWS EC2 for automated deployment

    CSS 1

  3. production-health-api production-health-api Public

    Python