Building resilient, scalable cloud-native systems on AWS. Automating everything from infra provisioning to CI/CD pipelines (Jenkins & GitHub Actions) with SRE principles at the core.
Full declarative Jenkins pipeline: SCM checkout → Maven build → SonarQube scan → Docker build → ECR push → EKS rolling deploy → Slack notifications. Configured multibranch strategy with auto-discovery of feature branches.
Full frontend/backend/DB stack on AWS EKS with Helm. Rolling updates and zero-downtime via ALB Ingress and readiness probes.
Modular Terraform for VPCs, EC2 ASGs, and RDS. Remote state via Terraform Cloud with auto plan/apply on PR merge, triggered by Jenkins.
Prometheus + Node Exporter across a Linux fleet. Grafana dashboards for CPU, memory, disk I/O. AlertManager on-call routing.
Combined Jenkins (primary orchestration) with GitHub Actions (PR checks). Jenkins handles build & deploy; GitHub Actions runs lint/unit-test gates before merge.
Solved 100+ problems across arrays, linked lists, trees, graphs, and dynamic programming. Focus on time/space complexity and clean code.