I'm Virginia-raised, Brown-educated, and super-excited that you're
here!
Currently, I study Applied Mathematics and
Computer Science at Brown
University. I will graduate in May 2025.
Then, I start my full-time professional life in June,
where I am returning to the Chicago Cubs as an associate Software Engineer!
I've always been fascinated
by solving problems in the most efficient ways possible. In high
school, I learned about coding in a computer science class and
haven't looked back since.
Across my studies and professional
experience, I always think critically, design for accessibility,
and seek to learn more.
Outside the classroom, I am the captain for Brown's Men's Ultimate frisbee A Team,
Brownian Motion.
We are the 2024 D-I National Champions and consistently ranked top 10 in the country, dedicating countless hours to our craft.
When I'm not busy scoring goals and winning games, I have also served as team equipment manager,
social media director, jersey designer, and official team journalist.
I participate in Brown's Trivia Society, volunteer tutor in math at the nearby high school, and
was selected as a Finalist for Brown Consulting Club's
Case@Brown competition.
I joined the Cubs Baseball Systems team, part of the Cubs R&D department.
I built software for internal baseball operations projects, such as
designing a new internal webpage for our catching coaches to share and evaluate in
advanced baseball analytics through dynamic tables and charts.
I also worked with the Analytics department to improve our internal models for defense.
Primarily I worked in React and Redux, while occassionally programming with Angular.
All my front-end code came with a suite of Jest tests.
I scripted PostgresSQL queries and Python modules to expand our automated data flow to our databases and caches.
Additionally, I developed programs to ingest and normalize data from our 3rd-party partners.
Throughout this, I followed an Agile process and frequently checked in with my shareholders.
As an intern, I researched existing workflow inefficiencies
and boosted employee productivity by automating
numerous processes.
Primarily working in Python, I utilized Pandas, NumPy,
and Matplotlib to save the firm over one hundred hours of
work each quarter.
I accessed financial data through API calls, processed
and analyzed the information, and produced descriptive
charts, Excel files, and tables for internal and marketing use.
I engineered a web application to display and evaluate
technical analysis investment models with a Python & Django
back end and JavaScript & React.js front end,
including developing a REST API.
I spearheaded these two project for the financial firm and
collaborated with non-technical employees to ensure
their goals were achieved.
I joined a team of 8 designers
to re-design and upgrade the website for our non-profit client,
Tuskegee Airmen, Inc.
Throughout the internship, I planned deliverables with the client
and my team.
I conducted user research, such as card sorting tests, to identify shortcomings and
areas for improvement in the existing site's design and UX,
then ameliorated these issues and followed up with the research subjects.
In Figma, I created wireframes, mock-ups, prototypes, and re-usable elements.
I implemented responsive web design and improved page navigation.
My final design proved 40% faster for common user journeys than the
existing design.
To bolster their social media presence, I introduced templates
they could utilize for recurring posts
(event announcements, member spotlights, organization news, etc.),
styled in accordance with their brand guidelines.
I worked as a TA for Brown's introductory
computer science course, CS17,
with over 100 students enrolled.
During the semester, I wrote and revised course content to meet new standards.
I met weekly with my colleagues and the professor to assess the curriculum
and prepare upcoming material.
Additionally, I led weekly CS labs for 25 students and promptly graded their assignments and projects.
I assisted students one-on-one during office hours and through questions submitted online.
While still in high school, I joined the software development team and quickly developed skills in Django.
I coded, tested, and published a graphics program (GASP) for educators to use in their CS courses,
all as the lead developer.
I followed OOP principles and test-driven development, ensuring
a thorough test suite.
I wrote the documentation and a how-to guide for teachers to introduce GASP in their classes.
The program is now available for download on
PyPI
and receives aproximately 100 downloads each month.
I also participated in weekly meetings, frequently serving as a bug tester and QA.
Working in a team, we modified an existing paper called DeepQB that aims to bring deep learning techniques to football analytics, primarily looking at how quarterbacks make split-second decisions on the field. Our model was trained for 10 epochs with a batch size of 128 and the Adam optimizer at a learning rate of 0.001. After training, our model which uses softmax activation to represent the receiver target variant, achieved a validation accuracy of over 40% and a validation loss of approximately 1. This performance was twice as successful as a naive implementation.
Designed and implemented a cache-driven file I/O library
for my computer systems course.
I began with a thorough brainstorming, design, and pseudo-code process
to ensure I grasped the content.
As I implemented the project, I greatly advanced my understanding of
C programming, memory optimization,
and system calls.
The code has support for opening, closing, seeking, reading, writing,
and many other useful file operations.
Through a clever caching design, my program ran faster than the
standard C I/O library for certain read & write patterns.
As the culminating project of my software engineering course,
I worked in a team of 4 to create a web application with real-world use cases.
We pitched our proposal to a mentor, received feedback, and created
user stories and acceptance criteria.
After designing the app with wireframes in Figma, we sought out user
feedback and made improvements for accessibility.
Our app receives user input for their favorite sports team and, by
pulling from an ESPN API,
produces a highly-readable calendar view of the all relevant games.
I utilized mocks, object-oriented programming,
unit and integration testing, and Git.
Since I was programming in a team, I had to manage our
deliverables schedule, coordinate between front-end and back-end,
and spearhead the final presentation to our mentor.
Although the back-end is no longer active,
you can check out
our front-end design.
As part of my algorithms & data structures course, my partner and I
built a terminal-based search engine. Operating on thousands of XML
files in the corpus, we implemented a version of Google's PageRank
algorithm to optimize search results.
I wrote functions to index the documents, determine the relevance between
terms and documents, and calculate the authority of each document.
Additionally, I programmed parsing, tokenizing, and stemming all of the
XML documents.
As a final project, I created a terminal-based
game engine for playing the game Connect 4.
Beyond supporting 2 human players, I introduced an AI opponent that
always wins—I could never beat it! Utilizing the minimax algorithm, my AI
is guaranteed to win at any two-player, sequential, deterministic,
zero-sum game of perfect information.
While working as a software engineering intern at NOVA Web Development,
I created a Tkinter wrapper to make graphical programming accessible
for novice computer scientists.
The project receives approximately 100 downloads each month from PyPI.
I collaborated with my manager and another
intern through Git branches, merging, issues, and pull requests.
As the project lead, I programmed the majority of the Python code
base, documented the logic, and introduced GASP to teachers in Arlington County.
I also helped design activities for teachers to use with GASP.