Serverless Calculator API
A serverless REST API built using AWS Lambda and API Gateway to demonstrate event-driven architecture. The project eliminates server management while providing a scalable, stateless backend service.
Cloud infrastructure, DevOps, and AI/ML projects.
A serverless REST API built using AWS Lambda and API Gateway to demonstrate event-driven architecture. The project eliminates server management while providing a scalable, stateless backend service.
A complete CI/CD pipeline for a Dockerized Python application. Jenkins is used locally to deeply understand pipeline stages and execution, while GitHub Actions provides a publicly visible CI workflow.
Infrastructure-as-Code project using Terraform to provision AWS EC2 instances and security groups. Focuses on reproducible environments, version-controlled infrastructure, and automated provisioning through CI pipelines.
A container-based job scheduling system that distributes compute tasks across multiple Docker workers, exploring distributed processing and orchestration concepts without using Kubernetes.
A DevOps-focused automation toolkit that includes CI/CD workflows, monitoring utilities, and AWS cost-optimization scripts built using Python and boto3 for operational efficiency.
A production-style REST API built with Flask, featuring JWT-based authentication, role-based access control, and CRUD operations. Designed to demonstrate backend service design, API security, and clean separation of concerns.
A GitOps-based deployment workflow using Kubernetes (Minikube), Argo CD, Prometheus, and Grafana. Git serves as the single source of truth with automatic reconciliation, self-healing drift correction, and real-time cluster monitoring dashboards.
A Dockerized AI fitness planner built with Streamlit and LangChain. The application uses environment-based API keys for secure execution and is integrated with both Jenkins (local learning pipeline) and GitHub Actions for automated Docker builds and CI validation.
> cd ..