$ echo $GREETING
$ cat contact.txt
$ less resume.pdf
$ cat about-me.txt
$ ./experience --timeline
$ 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)"
]
}$ ls -la ./skills/
$ ./wisdom.sh
$ find ./projects -type f -name "*.md" | xargs cat
ML based system for recommending comparable properties for real estate appraisals.
Mobile app designed to help users with speech difficulties communicate more effectively
Web app designed to help users understand their symptoms and assess potential health
Automated workflow that OCRs medical referral packets, extracts structured data, and fills prior authorization PDFs.