Intro

Computer science senior with a focus on C#, .NET, and SQL. My primary interest is database design and data integration. I build applications where the backend structure and interface work seamlessly together.


Skills

Core Technologies

C#, .NET, WPF, SQL (SQL Server, MySQL, SQLite)

Web Fundamentals

HTML, CSS, JavaScript

Systems Foundation

C++, C, Linux/Unix

Data & Visualization

Excel, Tableau, Power BI


Projects


Inventory Management Application

Desktop application for managing character inventories with real-time SQLite integration.

  • Designed relational schema for character and item tracking
  • Implemented CRUD operations with live UI updates
  • Built structured WPF interface bound to database-driven states

Two-Pass Assembly Interpreter

Simulated two-pass interpreter for a simple assembly language.

  • Implemented parsing and translation of assembly code into machine instructions
  • Simulated memory and executed instructions with support for I/O, arithmetic, and data movement
  • Gained hands-on understanding of how low-level computation and instructions flow