Derek Yu
Learner
(1)
31
Portals

Achievements

Latest feedback

Recent projects

Work experience

Software Lead
FRC8729
August 2022 - September 2024

Programmed robots using Java. Automated tasks & navigation. Integration of individual hardware and software
components with OOP. Developed UI complete with real-time robot data analysis and visualization.
β–ͺ Competed in the FIRST Robotics Competition. Led community outreach events.
o 2023 Provincial Division Champions; 2024 Provincial Division Champions;
GitHub (2023): https://github.com/Spark-Youth-Robotics-Club-8729/CNESecondBot
GitHub (2024): https://github.com/Spark-Youth-Robotics-Club-8729/2024-code

Personal projects

MediPath
January 2025 - January 2025
https://github.com/DerekY2/MediPath

MediPath is an AI-powered symptom checker, fully developed and hosted on Gadget. It takes an input from the user, then returns a list of possible diagnoses. The user may then select any diagnosis returned for an in-depth explanation on how the result was determined, risks involved, preventional steps, and recommended next-steps.

MediPath uses OpenAI's ADA to generate vector embeddings from the user's input. They are then analysed with medical databases in order to find and display the best-matching diseases from the user's input. Upon selecting a diagnosis, MediPath additionally leverages GPT 4o to generate a informational report on the selected diagnosis, tailored to the user's symptom

Sparkling H2O2
November 2024 - Current
https://github.com/DerekY2/Sparkling-H2O2

GitHub: https://github.com/DerekY2/Sparkling-H2O2
Sparkling H2O2 is a collection of web tools for Chromium-based browsers. Generates and stores user data with AWS Relational Database Service - MySQL. Parses and exports student schedules as calendar files.
Autonomously performs in-browser human benchmark tests according to user specifications. Uses a custom
PHP API (with AWS Elastic Compute Cloud) to handle & store generated data. OOP-structured.

Reader.
September 2022 - Current
https://chromewebstore.google.com/detail/reader/egjjcdhmghilihegkekmhdfhgcafffof?authuser=0&hl=en

GitHub: https://github.com/DerekY2/Reader
β–ͺ Reader. is a web plug-in for Chromium-based browsers. Leverages Mozilla’s Readability to parse articles and
text to create a standalone, distraction-free reading environment. Fully customizable with accessibility settings.
β–ͺ Saves user data to Chrome Storage databases and syncs user configurations across devices.
Self-developed and published. GitHub
o Over 200 active users. Officially Featured on the Chrome Web Store.
o Stack: JavaScript; HTML; CSS; ChromeAPI.