Skip to content
View chandanrattan's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report chandanrattan

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
chandanrattan/README.md

Hi 👋, I'm Chandan Bhardwaj

DevOps & Cloud Architect | Platform Engineering | Data Engineering


🚀 About Me

I am a DevOps & Cloud Architect with 17+ years of experience in building scalable cloud infrastructure, automating deployments, and creating robust engineering platforms.

I specialize in:

  • Cloud Architecture (GCP | AWS | Azure)
  • Platform Engineering & Internal Developer Platforms
  • Enterprise CI/CD using GitHub Actions
  • Terraform, Kubernetes, GitOps, SRE
  • Data Engineering (ETL, orchestration, quality, observability)

My mission is to improve developer experience, accelerate delivery, and build highly reliable, secure and automated engineering systems.


🧩 Architecture Diagrams (DevOps Workflows)

1️⃣ GitHub Actions – Multi-Stack CI/CD Platform

flowchart LR
    Dev[Developer] --> PR[Pull Request]
    PR --> GH[GitHub Repository]
    GH --> GA[GitHub Actions Pipeline]

    GA --> BT[Build & Unit Tests]
    GA --> SC[Security Scans]
    GA --> QA[Code Quality Checks]

    BT --> AR[Artifact Registry]
    SC --> AR
    QA --> AR

    AR --> CD[Deploy to Environment]
    CD --> K8S[Kubernetes / Cloud Run / VM]
Loading

2️⃣ Cloud Infrastructure – Terraform + GitOps

flowchart LR
    DevOps[DevOps Engineer] --> Repo[Infrastructure Repo]
    Repo --> GA[GitHub Actions]

    GA --> PLAN[Terraform Plan]
    PLAN --> APPLY[Terraform Apply]

    APPLY --> GCP[GCP Infra]
    APPLY --> AWS[AWS Infra]
    APPLY --> AZ[Azure Infra]

    GCP --> OBS[Monitoring / Logging]
    AWS --> OBS
    AZ --> OBS
Loading

3️⃣ Data Engineering Workflow (Supporting Expertise)

flowchart LR
    SRC[Source Systems] --> ETL[ETL / ELT Pipelines]
    ETL --> DWH[Cloud Data Warehouse]
    DWH --> DQ[Data Quality Framework]
    DQ --> BI[Analytics / Dashboards]
Loading

🛠️ Tech Stack

Cloud & DevOps

Programming & Scripting

Data Engineering Tools


🏆 Highlights & Achievements

  • Architected a unified CI/CD platform for multi-language stacks (React, Node.js, Python, Java, Data Pipelines).
  • Designed cloud-native, IaC-driven architectures with reusable Terraform modules.
  • Developed Dev Productivity Platforms with DORA metrics, GitHub governance and policy-as-code.
  • Built data pipelines with automation for validation, lineage, and monitoring.
  • Implemented centralized observability across applications and data workloads.

✍️ Latest Blog Posts


🌐 My Websites


🤝 Connect With Me


Thanks for stopping by! Feel free to ⭐ star or fork my repositories if you find them useful!

Popular repositories Loading

  1. lipika lipika Public

    Alternative Tool for Editing your documentations and PDF Files

    JavaScript 1

  2. DoraPulse DoraPulse Public

    This Repository will fetch DORA metrics

    Python 1

  3. Learning Learning Public

  4. content-github-actions-deep-dive-lesson content-github-actions-deep-dive-lesson Public

    Forked from linuxacademy/content-github-actions-deep-dive-lesson

    Lesson repository for Github Actions Deep Dive (1074)

    Python

  5. learnfastapi learnfastapi Public

  6. FASTAPI_Learn FASTAPI_Learn Public

    Python