~About Me

$ cat about-me.txt

Developer by day. Off-hours, I'm usually working on my tennis serve, getting lost in a book, or puzzling through a chess line I probably overestimated. I like good writing, quiet mornings, and games that reward patience. Code pays the bills; the rest keeps me curious.

~Music
$ spotify --status

Loading...

~Experience

$ ./experience --timeline

Open Politic
Co‑Founder
  • Making government policy accessible and searchable for everyone.
Oct 2025 – Present
St. Louis, Missouri
Where's Religion?
Software Engineer Intern
  • Helping 1,000+ organizers find their people—on every screen.
Aug 2025 – Present
St. Louis, Missouri
Saint Louis University
Teaching Assistant · Operating Systems
  • Lead labs and office hours, helping classmates untangle operating systems bugs.
Aug 2025 – Present
St. Louis, Missouri
Headstarter
Software Engineer Intern
  • Taught machines to read documents so humans don’t have to.
Jun 2025 – Aug 2025
Long Island, New York
GEEZ Creationz
Software Engineer Intern
  • Launched the site and helped turn clicks into clients.
Jun 2023 – Aug 2023
St. Louis, Missouri
~Education

$ cat education.json

{
  "university": "Saint Louis University",
  "location": "St. Louis, MO",
  "degree": "Computer Science",
  "graduation": "May 2026",
  "courses": [
    "Data Structures (C++)",
    "Algorithms (C++)",
    "Databases (SQL)",
    "Operating Systems (C)",
    "Distributed Computing (C)",
    "Software Engineering (Java)",
    "Object-Oriented Programming (Java)"
  ]
}
~Skills

$ ls -la ./skills/

Languages:
PythonJavaC/C++TypeScriptJavaScriptSQL
Frameworks:
React.jsNext.jsReact NativeExpoSpring BootTailwind CSSLangChain
Data & ML:
PandasNumPyscikit-learnPyTorchOpenCVspaCymatplotlibseabornBeautifulSoupjoblib
DevOps & Cloud:
DockerAWSMongoDBGitHub Actions (CI/CD)
~Quotes

$ ./wisdom.sh

"Software is a great combination between artistry and engineering."
— Bill Gates (Co-founder of Microsoft)
~Projects

$ find ./projects -type f -name "*.md" | xargs cat

Property Recommendation System

ML based system for recommending comparable properties for real estate appraisals.

Pythonpandasnumpy
View on GitHub →

Ozzy

🏆WINNER
HackSLU 2025

Mobile app designed to help users with speech difficulties communicate more effectively

React NativeTypeScriptJavaScriptExpo

Kira

🏆FEATURED
Google DevFest 2025

Web app designed to help users understand their symptoms and assess potential health

Next.jsTypeScriptJavaScriptTailwind CSSReact.js

Multimodal PA Pipeline

Automated workflow that OCRs medical referral packets, extracts structured data, and fills prior authorization PDFs.

PythonOCRNLPPyTorch
View on GitHub →