Projects

🎬 Video Projects & Tutorials

Hands-on DevOps, Cloud, Kubernetes, and AI project walkthroughs. Watch, follow along, and build real-world skills.

DevOps

CI/CD Pipeline from Scratch with GitHub Actions & Docker

Build a complete CI/CD pipeline: lint, test, Docker build, push to registry, and deploy — all automated on every push.

⏱ 28 min Watch ▶
Kubernetes

Kubernetes for Beginners — Pods, Deployments & Services Explained

Set up a local K8s cluster with Kind, deploy your first app, expose it with a Service, and understand the core concepts hands-on.

⏱ 35 min Watch ▶
Cloud

Terraform on AWS — Build a Full VPC + EKS Cluster in 30 Minutes

Provision a production-grade AWS environment using Terraform modules: VPC, subnets, NAT gateway, EKS cluster, and IAM roles.

⏱ 42 min Watch ▶
AI / ML

MLOps in Practice — Track Experiments & Deploy Models with MLflow

End-to-end ML pipeline: train a model, log metrics in MLflow, register the best version, and serve it as a REST API in Docker.

⏱ 38 min Watch ▶
Kubernetes

Prometheus + Grafana on Kubernetes — Full Monitoring Stack Setup

Deploy the kube-prometheus-stack via Helm, set up pre-built dashboards, configure alerting rules, and send alerts to Slack.

⏱ 31 min Watch ▶
DevOps

Docker Compose Multi-Service App — Nginx + Node + PostgreSQL + Redis

Wire up a full-stack application with Docker Compose: Nginx reverse proxy, Node.js API, PostgreSQL database, and Redis cache.

⏱ 24 min Watch ▶
Security

HashiCorp Vault — Secrets Management for Kubernetes & CI/CD

Deploy Vault on K8s, configure dynamic secrets for databases, integrate with GitHub Actions, and use the Vault Agent Injector.

⏱ 44 min Watch ▶
Cloud

AWS Cost Optimization — Cut Your Bill by 40% with These Techniques

Rightsizing EC2, Reserved Instances vs Spot, S3 lifecycle policies, RDS scheduling, and automated cost anomaly detection with AWS Budgets.

⏱ 27 min Watch ▶
AI / ML

Deploy an Open-Source LLM as a REST API with FastAPI & Docker

Run Llama or Mistral locally, wrap it in a FastAPI endpoint, containerize it, add rate limiting, and deploy to a cloud VM in minutes.

⏱ 33 min Watch ▶