Projects

Explore a collection of my projects, including C# applications, Python scripts, and data analytics notebooks.


๐Ÿ“š System Design Projects

These projects showcase the full lifecycle of a complex web-based system built for a nonprofit client. The deliverables span from initial planning and user requirement analysis through to interface design, system architecture, and database implementation. Every component was custom designed to support real-world use cases such as recurring donations, analytics, questionnaire tools, and volunteer forms โ€” with a focus on usability, scalability, and maintainability. The work includes visual modeling (UML diagrams), database schema design, functional and non-functional requirements specification, Gantt charts, and fully navigable HTML interface prototypes. It represents a complete systems development lifecycle execution from concept to implementation-ready documentation.

Worth the Words โ€“ Elaboration Specification

Designed and documented a full-featured nonprofit website system, including use case modeling, UI design, security planning, and a relational database schema. Delivered HTML prototypes, sequence diagrams, and architecture design aligned with user roles and workflows.

System Design Use Cases UML Prototyping
View PDF

Worth the Words โ€“ Final System Prototype

Finalized UI navigation, Gantt timelines, database definitions, and annotated class diagrams. Built a complete prototype of the user-facing and admin-facing forms for core website features like donation, analytics, and content customization.

Interface Design Database Modeling Prototypes Final Submission
View PDF

๐Ÿงช Python Labs

ATM

Simulates ATM withdrawals and calculates $20s, $10s, $5s, and $1s.

Python Console
View on GitHub

MPG Calculator

Calculates miles-per-gallon for multiple tanks using a sentinel loop.

Python Loop Sentinel
View on GitHub

Temperature Converter

Displays a Celsius to Fahrenheit conversion table using a function.

Python Functions
View on GitHub

Duplicate Eliminator

Removes duplicates from a list and returns a sorted, unique version.

Python Lists Sorting
View on GitHub

Character Counter

Counts letter frequency in a sentence using a dictionary.

Python Dictionaries Strings
View on GitHub

Compound Interest

Calculates compound interest over a user-defined number of years.

Python Finance
View on GitHub

Auto MPG โ€“ Regression Analysis

Performs linear regression on horsepower and year to predict MPG.

Python Pandas Regression
View on GitHub

๐ŸชŸ C# GUI Projects

Tip Calculator (GUI)

C# Forms app that calculates three recommended tip amounts.

C# GUI Windows Forms
View on GitHub

Sphere Calculator (GUI)

Calculates diameter, surface area, and volume from user radius input.

C# GUI Geometry
View on GitHub

Admission Evaluator (GUI)

Evaluates student admission based on GPA and score.

C# GUI Validation
View on GitHub

Workout Planner (GUI)

Collects exercise data from user and displays workout info.

C# GUI Fitness
View on GitHub

Item Class Manager

Manages inventory items using a custom C# class structure.

C# OOP Inventory
View on GitHub

๐Ÿ–ฅ๏ธ Console Apps

Temperature Average

Accepts valid temperatures and calculates average after sentinel.

C# Console Validation
View on GitHub

Dentist Cost Calculator

Calculates dental procedure cost based on inputs.

C# Console Math
View on GitHub

๐Ÿ“Š Business & IT Strategy Reports

CareGroup Hospital Case Study

Analyzes the catastrophic 2002 IT collapse at CareGroup Hospital, highlighting issues in infrastructure fragility, IT governance, and stakeholder response.

Case Study IT Governance Healthcare
View PDF

Target Data Breach Case Study

Breaks down the 2013 breach where hackers stole millions of customer records due to poor vendor security and slow internal response.

Cybersecurity Retail Vendor Management
View PDF

Vermont Teddy Bear Case Study

Evaluates IT and operational challenges in a seasonal retail company and recommends a phased IT modernization approach.

E-Commerce IT Strategy Retail
View PDF

GPA Strategic IT Assessment

Performs an IT infrastructure audit for a nonprofit organization, focusing on improving adoption tracking, donations, and volunteer coordination.

Nonprofit Strategic Planning IT Audit
View PDF

Volkswagen Group & AI Strategy Case Study

Analyzes Volkswagen's integration of AI across its operations and evaluates internal vs. external strategies for organizational transformation.

Automotive AI Business Strategy
View PDF

MVC Artwork Search (ASP.NET)

ASP.NET Core MVC app that fetches artwork information from an external API.

C# ASP.NET Core MVC API
View on GitHub

CIS411 Final GUI App

Final C# Windows Forms project for CIS411 with custom interface and logic.

C# GUI Final Project
View on GitHub