Project Index

A closer look at some of the projects that have shaped how I think about building software.

Each project here reflects a different side of how I like to work. Some are more product-focused, some come from real operational problems, and others are more systems-oriented, but all of them taught me something valuable about building software that is actually useful.

Email tracker dashboard with connected Outlook status, pipeline counts, and stage filters.
Product + backend systemPythonFastAPI

AI Job Application Email Tracker

Tracked 170+ applications through Outlook ingestion, stage classification, and a FastAPI-backed dashboard built to reduce drift in the hiring pipeline.

View Case Study
Power BI dashboard showing facility progress bars, completion metrics, and filters.
Enterprise automationPower AppsPower Automate

Enterprise Workflow Automation Systems

Designed sanitized enterprise case studies around quota tracking, notifications, GPS validation, and operational reporting using the Microsoft Power Platform.

View Case Study
Markdown review artifact showing selected sources, listings to review, and canonical review entries.
Systems pipelineTypeScriptNode.js

AI Job Aggregation and Review Pipeline

Adapted and extended a local AI-assisted job operations pipeline that scans sources, surfaces reviewable roles, and organizes structured review artifacts for faster decision-making.

View Case Study

More Builds

Additional work that rounds out the portfolio.

These are not expanded into full case studies yet, but they help show range across AI systems, data workflows, and concurrency-focused coursework.

AI-Powered Candidate Shortlisting System

Built an end-to-end pipeline for applicant scoring, ranking, and outreach automation using Python, SQLite, and AI-assisted evaluation.

Python, SQLite, AI agents, automation pipelines

ScrappyBot RAG Chatbot

Implemented retrieval, chunking, embeddings, and local-LLM response generation for privacy-preserving search and question answering.

Python, Ollama, vector database

Multi-Threaded Banking System

Simulated concurrent account access with thread-safe operations and synchronization, focusing on race conditions and shared state safety.

C#

Traffic Sign Classification

Built preprocessing and CNN-based image classification workflows for the GTSRB dataset in a machine vision context.

MATLAB, CNNs