Skip to content
View Upendra-23-cmd's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Upendra-23-cmd

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
Upendra-23-cmd/README.md

Upendra Verma

Typing SVG


🎯 What I'm Looking For

DevOps, Cloud, or Platform Engineering roles where I can own infrastructure end-to-end β€” CI/CD, containers, observability, and security built in from day one. Open to full-time roles, freelance engagements, and interesting collaborations.


πŸ‘‹ About Me

I'm a DevOps Engineer who builds scalable, secure, automated cloud systems β€” and the Co-Founder of Air Dive, a Shivpuri tech agency helping MSMEs and startups modernize their infrastructure. My co-founders and I met while coordinating a college tech fest and turned that into a formally incorporated company, where I own DevOps and infrastructure end-to-end.

  • βš™οΈ Work across AWS, Docker, Kubernetes, Terraform, GitHub Actions, and DevSecOps tooling to improve delivery speed, reliability, and security posture across the full software lifecycle
  • πŸ“‰ Reduced deployment time by 30% through CI/CD pipeline automation
  • πŸ“Š Cut manual monitoring effort by 40% using Bash scripting and CloudWatch dashboards
  • πŸ” Implemented end-to-end security scanning with Gitleaks, Trivy, and tfsec
  • 🧩 Built production-grade Go microservices with gRPC, Redis cache, and AI integration for a clinical platform
  • πŸ“’ Documenting the journey in public β€” a #100DaysOfDevOps series on LinkedIn

πŸ“Š Impact at a Glance

Metric Result How
Deployment speed 30% faster CI/CD pipeline with GitHub Actions
Manual monitoring 40% reduction Bash automation + CloudWatch dashboards
Pipeline uptime 99.8% Rolling updates and canary rollout strategy
Security coverage End-to-end Gitleaks Β· Trivy Β· tfsec Β· GuardDuty Β· OWASP
API response time <50ms Redis cache-aside with write-through invalidation

πŸ› οΈ Tech Stack

Cloud & Infrastructure

AWS EC2 S3 Lambda Azure

IAM VPC RDS ECS Route53 CloudFront CloudWatch SNS GuardDuty CloudTrail

CI/CD & Infrastructure as Code

GitHub Actions Terraform Jenkins

CloudFormation GitOps

Containers & Orchestration

Docker Kubernetes Helm

Docker Compose Multi-stage Builds

Backend & Distributed Systems

Go gRPC FastAPI JWT

Protocol Buffers REST APIs API Gateway Microservices

Databases & Cache

PostgreSQL MongoDB Redis

Polyglot Persistence Redis Pub/Sub

AI & ML Integration

Claude AI

Agentic AI Structured Output Prompting Clinical Decision Support

DevSecOps

Dependabot SonarCloud

Gitleaks Trivy tfsec npm audit AWS GuardDuty OWASP Basics

Monitoring & Observability

Prometheus Grafana

CloudWatch Logging & Alerting Incident Response Zap Structured Logs

Frontend

React TypeScript Vite

Zustand TanStack Query

Core Tools

Bash Linux Python Git

YAML


πŸ’Ό Experience

Co-Founder & DevOps Engineer Β· Air Dive

Present Bangalore, India

  • Co-founded and helped formally incorporate Air Dive as a private limited company; own DevOps and infrastructure end-to-end
  • Found and fixed a critical flaw where SMTP secrets were exposed client-side in the Vite/React build β€” redesigned the flow through a server-side Cloudflare Worker before it shipped
  • Building out Kubernetes + GitHub Actions CI/CD pipelines with securely managed deployment secrets
  • Configured DNS and email deliverability infrastructure (SPF, DKIM, DMARC, BIMI) and technical SEO (sitemap, robots.txt, search console indexing)
  • Building a multi-tenant 3D/AR digital menu platform (Next.js/Node.js) for restaurant clients, architected to scale to 50+ restaurants without a rebuild

DevOps Engineer Trainee Β· Hisan Labs

July 2025 – Dec 2025 Pune, India

  • Deployed a student registration application using Docker containers on AWS EC2/S3 with canary rollout and rollback strategies, minimising deployment risk in production
  • Automated daily cloud health checks using Bash scripts and CloudWatch dashboards, reducing manual monitoring effort by 40%
  • Provisioned and configured AWS resources including EC2, S3, IAM roles, and VPC security groups with least-privilege access principles
  • Authored runbooks, deployment SOPs, and incident response checklists, improving team response time and reducing knowledge silos

πŸ† Featured Projects

πŸ₯ AI Clinical Platform β€” Go Β· gRPC Β· React Β· PostgreSQL Β· MongoDB Β· Redis

Go gRPC Protocol Buffers React TypeScript PostgreSQL MongoDB Redis Claude AI JWT

A production-grade, AI-powered hospital management platform built with 5 independent Go microservices communicating over gRPC. Features a Claude AI diagnostic engine for real-time symptom analysis, drug interaction checking, and risk scoring. Backed by PostgreSQL (patient records), MongoDB (appointments + analytics events), and Redis (15-minute cache-aside layer + pub/sub for real-time notifications via SSE). Secured by a JWT-authenticated API gateway with token-bucket rate limiting and reverse proxy routing. Paired with a dark-themed React/TypeScript clinical dashboard.

Architecture highlights:

  • 5 bounded-context microservices β€” Patient Β· Appointment Β· AI Diagnostic Β· Notification Β· Analytics β€” structured as a single-module Go monorepo
  • gRPC with .proto contracts for type-safe inter-service communication
  • Polyglot persistence β€” PostgreSQL + MongoDB + Redis in a single platform
  • Redis fail-open cache β€” outage degrades performance, never availability
  • Agentic AI chat with emergency escalation detection powered by Claude
  • Real-time SSE push notifications via Redis pub/sub channels

Engineering deep-dives: debugged monorepo-specific Dockerization and Go module path issues, resolved service startup-ordering and port conflicts, and evaluated release-please for automated versioning across the monorepo.

Repo Go gRPC PostgreSQL MongoDB Redis React Claude AI


βš™οΈ Full-Stack Microservice Boilerplate β€” Go Β· React Β· PostgreSQL Β· Redis

Go Gin React PostgreSQL Redis JWT Docker Docker Compose

A production-ready microservice starter kit for DevOps learners and backend engineers. Go (Gin) REST API with JWT authentication, Redis caching, and PostgreSQL β€” paired with a React frontend. Fully containerised with Docker Compose for one-command local setup, and wired with a GitHub Actions CI/CD pipeline including SonarCloud code-quality gates and GHCR image publishing.

Architecture highlights:

  • Go Gin REST API with structured routing and middleware chain
  • JWT auth with refresh token rotation
  • Redis cache layer with TTL-based invalidation
  • PostgreSQL with connection pooling and migration support
  • Docker Compose multi-service orchestration with health checks
  • React frontend with Axios interceptors and protected routes
  • CI/CD pipeline: GitHub Actions β†’ SonarCloud quality gate β†’ GHCR image publish

Engineering deep-dives: debugged CI pipeline failures across the stack β€” ESLint TypeScript parser config, golangci-lint errcheck violations, SonarCloud project key mismatches, and GHCR push permissions.

Repo Go Docker Redis PostgreSQL React JWT


πŸ“’ Building in Public

I document the DevOps journey β€” infrastructure milestones and lessons learned β€” in a #100DaysOfDevOps series on LinkedIn, including deep-dives on AWS fundamentals (VPC, EC2, ALB, ASG, Bastion Hosts) and Terraform. Come say hi πŸ‘‹


πŸ“ˆ GitHub Stats


πŸŽ“ Education

B.Tech β€” Computer Science and Engineering UIT RGPV Shivpuri, Madhya Pradesh Β· 2022 – 2026 Β· CGPA: 7.00 / 10.0


πŸ… Certifications & Achievements

Certification / Achievement Status
AWS Cloud Practitioner Essentials Completed
AWS CLF-C02 Preparing
HashiCorp Terraform Associate Preparing
Docker & Kubernetes: The Complete Guide Completed
Vice President β€” Technoverse Tech Club Leadership
Coordinator β€” Code Manthan 2025
(where the Air Dive founding team met)
Event Lead
Cybersecurity Hackathon Participant

🀝 Let's Connect



"Automating infrastructure, securing delivery, and building reliable systems β€” one service at a time."

Pinned Loading

  1. CI-CD_K8s_finance_maanagement_application CI-CD_K8s_finance_maanagement_application Public

    Production-ready personal finance web app (React 18 + Node.js + PostgreSQL) with full DevOps lifecycle β€” Dockerized with multi-stage builds, deployed on AWS (EKS/EC2) via Kubernetes, and automated …

    JavaScript

  2. CI-CD_Docker_php_todo_application CI-CD_Docker_php_todo_application Public

    Production-grade PHP 8 + MySQL todo manager deployed on AWS via Docker Compose, with a Jenkins CI/CD pipeline (webhook-triggered builds, automated test scripts, and Docker image push). Apache2 back…

    PHP

  3. terraform-aws-3tier-infra terraform-aws-3tier-infra Public

    Production-grade Terraform modules provisioning a 3-tier AWS architecture β€” custom VPC (multi-AZ), internet-facing ALB, Auto Scaling Group on private subnets, and NAT Gateway. Modular HCL design wi…

    HCL

  4. terraform-aws-enterprise-infra-pipeline terraform-aws-enterprise-infra-pipeline Public

    Production-grade AWS infrastructure as code using Terraform β€” implements blue-green deployment with ALB weighted routing, RDS (multi-AZ) for persistent storage, and a Bastion host for secure privat…

    HCL

  5. Full-Stack-Microservice-Boilerplate-Go-React-PostgreSQL-Redis Full-Stack-Microservice-Boilerplate-Go-React-PostgreSQL-Redis Public

    A production-ready microservice starter for DevOps learners. Go (Gin) REST API with JWT auth, Redis caching, and PostgreSQL β€” paired with a React frontend. Fully containerized with Docker Compose, …

    JavaScript

  6. AI-Clinical-Platform-Go-gRPC-React-PostgreSQL-MongoDB-Redis AI-Clinical-Platform-Go-gRPC-React-PostgreSQL-MongoDB-Redis Public

    A production-ready AI-powered clinical management platform for DevOps & backend engineers. Go microservices with gRPC, Claude AI diagnostics, JWT gateway, Redis caching, PostgreSQL + MongoDB β€” pair…

    TypeScript