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.

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

Hi, I'm Tanay πŸ‘‹

BCA Student | Aspiring Cloud & DevOps Engineer


About Me

I build real cloud and DevOps systems β€” not tutorials, actual infrastructure.

  • Deployed containerized apps on AWS EC2 with Docker + Docker Compose
  • Built 5 production automation scripts on real Ubuntu server
  • CI/CD pipelines with GitHub Actions running on every push

Tech Stack

Working With:

Docker Python AWS Linux Bash Git GitHub Actions

Learning Next:

Terraform Kubernetes


Featured Projects

Flask + PostgreSQL β€” Dockerized Application

  • Multi-container setup with Docker Compose
  • PostgreSQL with persistent volumes + .env security
  • Health checks + auto-restart (self-healing)
  • CI pipeline with GitHub Actions β€” builds on every push
  • Deployed on AWS EC2 with port 80 public access

πŸ”— tanayjdev/flask-docker-app


AWS Automation Scripts

  • EC2 + S3 resource monitoring via boto3
  • Website health checker with requests
  • Combined DevOps monitor β€” AWS + HTTP in one report

πŸ”— tanayjdev/aws-automation


Linux Bash Automation Scripts

  • 5 production scripts: health check, disk alerter, log cleaner, user creation, backup with verification
  • Cron scheduled β€” runs automatically 24/7
  • Built and tested on real AWS EC2 Ubuntu server

πŸ”— tanayjdev/linux-bash-scripts


πŸ“Š GitHub Analytics


Current Focus (2026)

  • AWS Core β€” VPC, IAM, RDS, Load Balancer
  • Terraform β€” Infrastructure as Code
  • Kubernetes β€” Container Orchestration
  • CI/CD β€” GitHub Actions pipelines

Certifications Roadmap

Certification Target
HashiCorp Terraform Associate Sept 2026
Certified Kubernetes Administrator (CKA) Jan 2027
AWS DevOps Engineer Professional Aug 2027

Technical Writing

Dev.to


Connect

LinkedIn GitHub Dev.to

Pinned Loading

  1. flask-docker-app flask-docker-app Public

    Dockerized Flask backend with PostgreSQL, deployed on EC2

    Python

  2. aws-automation aws-automation Public

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

    Python