My primary interests are in artificial intelligence, augmented/virtual reality, full-stack development, venture capital, entrepreneurship, and quantitative finance.
In my free time, I enjoy investing π΅, table tennis π, tennis πΎ, trying new restaurants π, reading π, and listening to music π΅.
I mostly read science fiction and listen to modern electronic music. I also recently got into blogging π and photography π·.
"We can only see a short distance ahead, but we can see plenty there that needs to be done." - Alan Turing
Courses
Core CS Courses
Principles of Computer Operating Systems (CS 439)
Computer Organization & Architecture (CS 429)
Data Structures & Algorithms Honors (CS 314H)
Discrete Mathematics for Computer Science (CS 311)
Constructed an atmospheric 17ft and 135lb rocket with a wireless radio, sustainer engine, and electronics system
avionics for the Longhorn Rocketry Association
Developed custom flight computer printed circuit boards (PCBs) with active control surfaces, allowing rocket models
to abort anomalous launches mid-flight safely
Launched final rocket design at Spaceport America Cup (30K COTS division) to a height of 30000+ feet,
tripling the launch height of the rocket's previous versions
SecurCity
JavaScript, HTML, CSS, React, Google Maps API, Figma, Firebase
Developed a city safety application with a web forum and crowdsourcing feature, enabling 500+ students and
residents to make safer living decisions in Austin
Collaborated alongside 3 developers and presented the final working product to a series of judges in a 24-hour HackTX Hackathon
Overcoming Elbows of Tennis Model
Python, Azure, Firebase, PostgreSQL, Git
Train and develop a betting odds-determining Machine Learning model based on 5k+ tennis and table tennis statistics, using
Azure Data Classification Tool
Deploy a program to utilize model to estimate outcomes to every match and statistical over/under betting odds for
the next year and estimated 13% greater odds of return when compared to DraftKings odds
Instagram Follower Data Helper
Python, JavaScript, HTML, CSS, Django
Reverse engineered Instagram's recommendation algorithm to create numerous propriety, targeted methods that increase account
exposure by 10x and autonomously generate real Instagram followers for any user.
Utilized Beautiful Soup and HTTP Requests to scrape data from Instagram through both desktop
and mobile operating systems (OS) and optimize the growth algorithms.
Easily see which users you follow don't follow you back and automatically unfollow them.
Basically a hater blocker. (Seriously, why do people do the follow/unfollow method?)
TetrisBot
Java, Machine Learning
Implemented a fully functioning Tetris remake with user-playable game mechanics coded in Java using object-oriented programming (OOP)
subtype polymorphism, and black/white box testing techniques
Incorporated user-playable Tetris mechanics with movements, rotations, hard dropping, soft dropping, and wall kicks based on the
Super Rotation System (SRS)
Created artificial intelligence (AI) bot using a genetic algorithm that simulates natural selection to find the most optimal placements
of the Tetris pieces without any input from a human.
DisCollectibles
Discord API, Python, Flask, Heroku, MongoDB
Discord application utilizing a centralized database storing user statistics and enabling a user marketplace with the
purpose of increasing user interaction in various communities
Launch an application in 100+ communities to track user statistics and allow moderators to enable growth and
engagement
Physichematics
Java, Processing, C++
Created interactive graphic visualizations with 2D and 3D animated models of scientific phenomena including Fourier's Law
for Heat Flux, Coulomb's Law, Kepler's Law, Gauss's Law, Kinetic Theory, Discrete Fourier Transform, Himmelblau's Function,
Radio Waves, etc.
ServiceIQ
Slack API, Bolt, Python, Heroku, PostgreSQL
Project to promote productivity and communication in the workplace, enabled with features to promote a hybrid work
environment
Slack application built utilizing OpenAI's GPT-3 Model and deployed through Heroku in order to deliver in-house customer
service to company employees and store pending support tickets
MyBuddy
Application that utilizes Natural Language Processing (NLP) models, Computer Vision (CV), Deep Learning, and Neural Networks to improve communication for teens and adults with disabilities
EcoDAO
Developed a sustainable blockchain investment website through a Decentralized Autonomous Organization committed to combating
climate change through ESG-focused R&D, grants, investing, lobbying, and community events in a team of 4 within 24 hours
Song Spleeter
Working on ML audio software that splits spleets music files into separate instrumentals for live performance and music production
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum.
Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';