Skip to content
View Faizan00parvez's full-sized avatar

Highlights

  • Pro

Block or report Faizan00parvez

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
Faizan00parvez/README.md
███████╗ █████╗ ██╗███████╗ █████╗ ███╗   ██╗
██╔════╝██╔══██╗██║╚══███╔╝██╔══██╗████╗  ██║
█████╗  ███████║██║  ███╔╝ ███████║██╔██╗ ██║
██╔══╝  ██╔══██║██║ ███╔╝  ██╔══██║██║╚██╗██║
██║     ██║  ██║██║███████╗██║  ██║██║ ╚████║
╚═╝     ╚═╝  ╚═╝╚═╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝

Typing SVG


$ whoami

Cloud & DevOps Engineer with hands-on experience building production-grade infrastructure and automated CI/CD pipelines. IEEE published researcher in cloud resource optimization. 3x AWS Certified. I turn manual, error-prone ops into clean, observable, GitOps-driven systems.

role:        Cloud & DevOps Engineer
focus:       Infrastructure as Code · CI/CD · Kubernetes · GitOps · Observability
certified:   AWS Cloud Practitioner · Cloud Architecting · Microservices & CI/CD
research:    IEEE Xplore — Real-Time Load-Aware Resource Allocation in Cloud Systems
status:      🟢 Open to Freelance — Cloud migrations, infra automation, DevOps consulting
response:    Within 24 hours · faizanparvez30@gmail.com

$ cat /etc/certifications

AWS CCP AWS Arch AWS CI/CD


$ ls -la projects/

🚀 DeployWatchGitOps Deployment Pipeline

Zero-touch Kubernetes deployments via ArgoCD + Helm on every GitHub push, with automatic rollback on failure. Full observability stack with Prometheus + Grafana monitoring CPU/memory live.

  • Built GitHub Actions CI pipeline: automated tests → multi-stage Docker build → versioned push to Docker Hub
  • Deployed kube-prometheus-stack via Helm; live dashboards for CPU & memory in production
  • Configured HorizontalPodAutoscaler at 70% CPU threshold with liveness/readiness probes for zero-downtime deploys

Docker Kubernetes ArgoCD Helm GitHub Actions Prometheus Grafana Flask Python


🏗️ CloudForge — AWS Infrastructure AutomationProduction-grade IaC

Full AWS infrastructure via Terraform across 4 custom modules — networking, compute, storage, monitoring. Built for real-world concurrent team use.

  • S3 remote state backend + DynamoDB state locking for safe concurrent deployments
  • Custom VPC across multiple AZs, EC2 with IAM role-based access, AES-256 encrypted EBS & S3
  • CloudWatch metric alarms + SNS alerting for CPU & instance health; live monitoring dashboard

Terraform HCL AWS (VPC · EC2 · S3 · IAM · CloudWatch · SNS · DynamoDB) Docker Bash


📡 Cloud Resource Allocation SimulatorIEEE Research Tool

Python simulation modeling real-time load-aware resource allocation across cloud clusters — the tool behind my IEEE Xplore paper.

  • Benchmarked 3 scheduling algorithms (Threshold-Based, Weighted Round Robin, Round Robin)
  • Demonstrated 15–30% improvement in server load optimization
  • Visual analytics via Tkinter for comparing algorithm performance across traffic patterns

Python Tkinter · Published: IEEE Xplore, Feb 2026


$ tech --all

Cloud

AWS GCP Azure

IaC & Containers

Terraform Kubernetes Docker Helm ArgoCD

CI/CD

GitHub Actions Jenkins Azure DevOps

Observability

Prometheus Grafana

Languages & Scripting

Python Bash YAML HCL Java

Databases

DynamoDB MySQL


$ git log --oneline

GitHub Stats

Streak


$ curl contact.json

{
  "name":      "Faizan Parvez",
  "email":     "faizanparvez30@gmail.com",
  "linkedin":  "linkedin.com/in/faizan-parvez-59b8a91b9",
  "location":  "Greater Noida, India (IST · UTC+5:30)",
  "research":  "IEEE Xplore — Real-Time Load-Aware Resource Allocation in Cloud Systems",
  "status":    "open-to-freelance",
  "services":  ["cloud-migration", "infra-automation", "ci-cd-setup", "devops-consulting"],
  "response":  "within 24 hours"
}

LinkedIn Email IEEE Credly


Production infra. Automated pipelines. Zero-downtime deployments. Let's build something that scales.

Pinned Loading

  1. cloudforge-aws-infra cloudforge-aws-infra Public

    Production-grade AWS infrastructure automation using Terraform — modular VPC, EC2, S3, IAM, and CloudWatch

    HCL

  2. DeployWatch DeployWatch Public

    Automated deployment and monitoring system using Kubernetes, ArgoCD, Prometheus and Grafana

    Python