[Professional] Fire N Grill – Restaurant App

Fire N Grill App

Developed a full-stack restaurant app with user/admin roles, order tracking, notifications, and Google Maps integration using Firebase, Cloud Functions, Cloud Storage, and GCP services.

Technologies: Java, Firebase Auth, Realtime DB, Cloud Storage, Cloud Messaging, Google Maps API, GCP

[Professional] Pool2School – School Ride Sharing

Pool2School App

App for parents to coordinate shared pickup/drop for kids studying in the same school using Firebase, Google Cloud, and location-based filtering.

Technologies: Java, Firebase Realtime DB, Firebase Auth, Google Cloud Platform

[Professional] Greenwave – Environment Awareness

Greenwave App

App with environmental calculator, carbon emission tracker, and city-based environmental news. Built with WebViews, Firebase, and GCP.

Technologies: Android Studio, Java, WebView, Firebase, Google Cloud Platform

[Personal] Credit Card Fraud Detection

Credit Card Fraud Detection

Developed a machine learning model to detect fraudulent credit card transactions using a highly imbalanced dataset. Applied techniques like data preprocessing, under-sampling, and evaluation with precision-recall metrics.

Technologies: Python, Pandas, Scikit-learn, Matplotlib

[Personal] DevOps Task Manager – Microservices on Google Cloud Platform

DevOps Task Manager on GCP

Developed and deployed a full-fledged microservices Task Manager application with Python Flask APIs, containerized using Docker, orchestrated on Google Kubernetes Engine (GKE), and automated infrastructure provisioning with Terraform. Integrated CI/CD pipelines via Google Cloud Build and implemented monitoring and alerting using Google Cloud Monitoring.

Technologies: Python, Docker, Kubernetes (GKE), Terraform, Google Cloud Build, Cloud Monitoring, CI/CD, GCP

[Personal] Email Marketing Campaign System – Microservices on GCP

Email Marketing Campaign System

Developed a scalable email marketing system with microservices architecture using Python FastAPI. Features include campaign scheduling, user management, email tracking, and integration with Mailgun/SendGrid APIs. CI/CD implemented with Google Cloud Build; containerized deployment with Docker.

Technologies: Python, FastAPI, Docker, Google Cloud Build, Firestore, Kubernetes (planned)

[Personal] URL Shortener – FastAPI + GKE + Cloud Build

URL Shortener Project

A scalable, cloud-native URL shortener REST API developed using FastAPI and deployed on Google Cloud Platform. Features include containerization with Docker, CI/CD automation with Cloud Build, artifact management via Artifact Registry, and Kubernetes deployment through GKE with a public LoadBalancer.

Technologies: Python, FastAPI, Docker, Cloud Build, Kubernetes (GKE), Artifact Registry, YAML, Google Cloud Platform

[Personal] Digit Recognition using Keras

Digit Recognition

Developed and trained a Convolutional Neural Network (CNN) on the MNIST dataset using Keras to accurately classify handwritten digits. Implemented model evaluation and visualization techniques to validate performance.

Technologies:Python, TensorFlow, Keras, NumPy, Matplotlib