Hello, my name is Dion, a CS Major at the University of Houston. I enjoy playing games: League, Poker, & COD mobile. I also enjoy reading books, trying new foods, and fashion styles. I'm a big chess fan, Hikaru's the goat.
"Random quote"
Work
Netflix
Software Engineer Intern | Summer 2024
Compute Runtime
Developed a CPU over-subscription algorithm in Golang for up to 1,000 processors per node, deployed to 18,000 EC2 instances
Leveraged the algorithm’s metrics to trigger resource contention alerts, contributing to a 320M+ campaign in compute cost cuts
Optimized cgroup CPU set comparisons with BitSets and parallelization, increasing the speed of metric emissions by 95%
Splunk
Software Engineer Intern | Fall 2023
Alleviated vulnerabilities of Splunk CIM App data encryption by migrating hashing algorithm from SHA-1 to SHA-256 in C++
Wrote multi-line support in OCSF Network Activity for Windows XML events, extending the coverage of Windows logs from 30+ to 1,000+
Engineered OTLP Metric Collector for comprehensive overview of 1,000+ internal projects, achieving 20% accuracy improvement
Integrated GitLab’s webhooks & SonarQube API to retrieve ∼20 metrics, enabling real-time monitoring of CI/CD piplines
Leveraged Go’s concurrency for metric forwarding to Splunk CO2 via HTTP Event Collector, ensuring efficient data transmission
Employed Docker within Kubernetes cluster for service orchestration, resulting in 100+ hours of operational collector up-time
Honeywell
Software Engineer Intern | Summer 2023
Implemented a web application utilizing OpenTelemetry demo and C# ASP.NET Core to demonstrate a high level
understanding of Honeywell’s ProWatch system as it relates to achieving internal observability
Enabled proactive monitoring and optimization using Jaeger and Prometheus to provide insights on detailed logs,
metrics, and distributed traces & simultaneously utilizing Grafana for data visualization
Leveraged machine learning for efficient resource scaling, thread allocation, and task sharing based on traffic
patterns
Worked on ProWatch Rest API improvements and 3rd party video integrations
Utilized Node-Red and Apache airflow to automate employee data transformation from third-party ServiceNow API to Honeywell internal system
BStock
Data (Software) Engineer Intern | Summer 2022
Upgraded over 10 Docker containerized microservices to never versions using Python and deployed changes using CI/CD pipelines in Gitlab
Built a Python tool to parse JSON data and convert it into readable CSV format up to 100,000 lines, storing it in Google BigQuery
Successfully deployed ACH payments for Costco using the Stripe API, enabling secure and reliable payment processing
Automated the process of pulling files from Google Cloud Functions, drastically reducing manual intervention and saving
4 to 5 minutes per task
Projects
Fantasy League Model
React, Python, PostgreSQL, Redis, Unity
A fullstack League of Legends player trading platform with 50+ signups that ties player statistics from Riot API to an underlying secruity in the form of a player card
Efforts are with hopes to reduce 12 years of toxicity, trolling, and overall negative behavior by putting something at stake other than League Points, thus incentivizing players to play
with more integrity
MyReadingPal
React Native, Javascript, Python, Flask, Firebase
Mobile application that actively listens to your voice during a reading session, and uses ML/AI Techniques the add brand new words to your virtual dictionary
Distributed to and improved the vocabulary capacity of over 10 users including myself
Airplan
Python, Pandas, MongoDB, Django, Streamlit
Created a web application using Python with a team of 4 for American Airlines that aimed to create a better passenger
service experience by allowing users to view flight information, airport navigation, and upload pictures of
their luggage
Utilized Pandas to analyze flight data, create statistical inferences, and plot the locations of over 100 of the busiest cities gobally
Task Force
C#, ASP .NET CORE MVC, PostgreSQL, Javascript, Azure
Created a project management system called Task Force with capabilities of tracking projects, tasks, departments, expenses, etc..
Incorporated over 10 entities with over 100 attributes in the PostgreSQL database schema
Managed a 5-member cross-functional (backend, frontend, design) team and coordinated weekly Agile Scrum meetings
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.';