Projects
A dashboard-style table of case studies. Click a row to open the full project walkthrough.
Projects Table
| Project | Description | Tools Used | Architecture | Links |
|---|---|---|---|---|
| Retail Sales Analytics Pipeline | This project is built on a public warehouse and retail alcohol sales data published by Montgomery County, Maryland Alcohol Beverage Services (ABS). The dataset includes monthly, category-level sales and distribution records, enabling full ETL development, BigQuery warehousing, and analytical KPI modeling. |
|
Source → Batch ETL → BigQuery → KPI view → Looker Studio | |
| Energy Net Metering | This project builds an end-to-end ETL pipeline using public energy net metering data from the U.S. Energy Information Administration (EIA). Data is extracted via API, transformed with Python, and loaded into BigQuery to support analytical views and KPI reporting. The pipeline enables analysis of net metering adoption trends across U.S. states and territories over time. |
|
Source → API → ETL → BigQuery → Looker Studio | |
| Reservation App | This project is a real-time restaurant reservation application backed by an Oracle relational database. The front end communicates with a REST API to manage seat availability, enforce capacity rules, and prevent double bookings. Reservation state is persisted in Oracle tables and reflected immediately on an interactive seat map. |
|
HTML/JavaScript → REST API → Oracle Relational Database | |
| EHR App | This project is a full-stack EHR web application that simulates secure patient data management. Built with HTML and JavaScript on the front end, an AWS-hosted relational database on the backend, and a REST API for data access. Focused on data modeling, API integration, and scalable system design to mirror real-world healthcare information systems. |
|
HTML/JavaScript → REST API → AWS Relational Database |