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

Highlights

  • Pro

Block or report tanayjdev

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.

Content in all repositories owned by your account will be closed.
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
tanayjdev/README.md

Building repeatable infrastructure, automated delivery pipelines, and reliable cloud systems


🚀 About Me

I'm a BCA student building production-style Cloud & DevOps systems independently - one real project at a time, not one tutorial at a time.

I work across Infrastructure as Code, AWS, CI/CD, containers, configuration management, and infrastructure automation.

My current work includes Terraform, GitHub Actions, Docker, Ansible, AWS SSM, Python, and Bash.

I focus on understanding why systems are designed the way they are, not just making them work.

I document what I build, what breaks, and the engineering decisions behind it.


⚡ Core Stack

Area Technologies
Infrastructure as Code Terraform, Packer
Cloud AWS - EC2, RDS, ALB, VPC, IAM, CloudWatch, Secrets Manager, SSM
Configuration Management Ansible over AWS SSM
Containers Docker, Docker Compose
CI/CD GitHub Actions, OIDC federation
Languages Python, Bash
Database PostgreSQL
Operating Systems Linux / Ubuntu

🏗️ Flagship Projects

01 · Terraform IaC Platform

→ View Repository

A modular Terraform platform that turns manually assembled AWS infrastructure into a repeatable, OIDC-authenticated, zero-SSH Infrastructure-as-Code system.

Highlights

  • Modular Terraform - VPC, ALB, ASG, and RDS
  • Remote state - S3 + DynamoDB locking
  • OIDC-based GitHub Actions CI - zero long-lived AWS credentials
  • Packer-built AMIs - immutable EC2 compute baseline
  • Ansible over AWS SSM - zero SSH dependency
  • AWS Secrets Manager - no hardcoded database credentials
  • Dev/prod replication from a single codebase
  • Plan-diff parity checks for environment consistency
  • Terraform import for pre-existing AWS resources

Stack: Terraform · Packer · Ansible · AWS · GitHub Actions · OIDC · Docker


02 · Flask + PostgreSQL CI/CD on AWS

→ View Repository

An end-to-end DevOps project demonstrating a 3-tier AWS deployment with automated build, publishing, deployment, and health verification.

Highlights

  • GitHub Actions - lint → test → build → deploy → verify
  • Docker Buildx with layer caching
  • Amazon ECR image publishing
  • Automated EC2 deployment with health verification
  • Custom VPC with public/private subnets
  • PostgreSQL RDS in a private subnet
  • Application Load Balancer with health-check logic
  • CloudWatch dashboards across EC2, RDS, and ALB

Stack: Python · Flask · PostgreSQL · Docker · GitHub Actions · EC2 · RDS · ALB · ECR


🧰 Supporting Work

☁️ AWS Automation

aws-automation

Python + boto3 automation for AWS administration and infrastructure monitoring, including EC2/S3 checks, website uptime monitoring, and combined reporting.

🐧 Linux Bash Automation

linux-bash-scripts

Five production-oriented Bash scripts built and tested on a real Ubuntu EC2 server:

Health Monitoring · Disk Alerts · Log Cleanup · User Provisioning · Verified Backups

Cron-scheduled and running automatically.


🧭 Current Focus

Going deeper into container orchestration and platform engineering:

Kubernetes · Helm · AWS EKS · GitOps · Monitoring & Observability


✍️ Technical Writing

I document major projects with implementation details, real failures, and the engineering lessons behind them.

More: dev.to/tanayjdev


🏆 Certification Roadmap

Certification Target Status
HashiCorp Terraform Associate Sept 2026 🟡 Preparing
Certified Kubernetes Administrator (CKA) Jan 2027 🔵 Starting
AWS DevOps Engineer Professional Aug 2027 ⚪ Planned

🤝 Connect

Open to discussing Cloud, DevOps, automation, infrastructure, and internship opportunities.

Pinned Loading

  1. terraform-lab terraform-lab Public

    Hands-on Terraform practice covering AWS infrastructure, modules, state management, workspaces, and infrastructure as code.

    HCL

  2. flask-docker-app flask-docker-app Public

    Production-style Flask application with an end-to-end CI/CD pipeline using GitHub Actions, Docker, Amazon ECR and AWS infrastructure (EC2, ALB, RDS, VPC, CloudWatch).

    Python

  3. aws-automation aws-automation Public

    CLI tool for monitoring AWS EC2 & S3 resources using Python (Boto3)

    Python