Here are a few projects that I’ve worked on during university and in my free time. Some were completed early in my career or studies, while others are a better reflection of my current abilities —but each one taught me something valuable and helped me grow as an engineer.
A graph-powered visualisation of my thoughts and ideas, evolving like a garden—cultivated, expanded, and refined over time.
A terminal based application that simulates travel routes of electric vehicles (EVs) in the Sydney metropolitan area.
A MERN web application for interfacing with a custom built LED strip board across networks.
A Python-based IoT application that receives data from the Vivid-Sync web app and controls an LED strip display.
A Discord bot for integrating Leetcode challenges into Discord servers. Provides daily question threads, hints, topic-based and random questions, as well as roadmap-guided problems.
A website to showcase my projects, and experience as a software engineer. Features interactive 3D elements powered by Three.js.
A terminal-based 2-player board game where the Passer must form a path from top to bottom while the Blocker tries to prevent it. Includes AI players using Minimax and Monte Carlo algorithms.
An terminal-based application for solving the Tower of Hanoi problem with n towers. Implements multiple solvers, including an A* solver for optimal moves.