Best Buy Demo - Microservices Web App (AKS)
This project is an Azure-based, AKS-orchestrated, containerized microservices-based e-commerce application simulating a Best Buy storefront and admin operations. The application is built using a polyglot microservices architecture designed for cloud-native deployment. The entire system is containerized using Docker, with images hosted on Docker Hub, and orchestrated in production by deploying Azure Kubernetes Service (AKS) using ARM or Terraform IaC templates.
Reddit - Social Media Scraper
This project is a pipeline for scraping Reddit posts and comments with Go, and analyzing sentiment using both VADER and transformer-based models with Python. Sentiment analysis results are persisted to Azure Blob and Table Storage for future analytics implementation. (via Azurite for local development)