My Work

Projects & Builds

A collection of hardware, software, and full-stack projects I've designed and engineered from scratch.

⭐ Highlight
Hardware In Progress

Drone Challenge

Selected as one of four students school-wide for the national drone challenge. Responsible for designing the control system and autonomous can-grabbing logic.

  • Autonomous flight & can-transport logic
  • Battery-efficiency optimisation
  • Custom control system design
⭐ Highlight
PHP MySQL HTML5

RadioGaga Streaming Platform

Full-stack music streaming web app with a relational database managing artist profiles, albums, and tracks. Supports HTML5 audio playback and YouTube video integration.

  • Relational DB schema design (artists, albums, tracks)
  • HTML5 audio & YouTube embed player
  • Responsive UI with XAMPP backend
C++ Arduino Electronics

Arduino Smart Bike Light

Automatic day/night detection via LDR sensor with 5 distinct LED animation modes triggered by a push-button interface.

  • LDR-powered auto day/night mode
  • 5 LED animation patterns via PWM
  • Power-efficient design
PHP HTML CSS

PHP Web Calculator & Converter

Dynamic web application featuring a fully functional arithmetic calculator, unit converter, and server-side contact form — all in PHP.

  • Server-side arithmetic & conversion logic
  • Modular PHP code structure
  • Custom CSS styling
C# WinForms .NET

C# Mystery Number Game

Desktop guessing game built from scratch with a custom "Hot/Cold" algorithm updating a real-time UI slider based on guess proximity to the target.

  • Custom number range generator logic
  • Real-time Hot/Cold slider feedback
  • Fully custom WinForms UI/UX
C++ Arduino Electronics

Arduino Electronic Safe

A prototype security system where users enter a 3-digit keypad code using push buttons to trigger the lock mechanism, with LED status feedback.

  • 3-digit pin with input validation
  • Internal pull-up resistor design
  • LED Access Granted / Denied feedback
C# WinForms .NET

C# Formula 1 Race Simulator

Visual racing simulator where users configure racer profiles, watch simulated races with real-time graphics, and view post-race statistics.

  • Real-time race logic loop with live graphics
  • Dynamic racer configuration system
  • Post-race statistics logging engine
PHP MySQL Collaboration

Electronic Care Dossier (ECD)

Collaborative project with nursing students to replace paper records with a digital care file system enabling secure patient data logging and reporting.

  • Patient record database design
  • Interdisciplinary collaboration (nursing students)
  • Lead Developer — requirements → implementation