Skip to content

Index — All projects

Things I'vebuilt.

Software engineering, embedded systems, and machine learning — spanning coursework, personal exploration, and real client work.

4projects
19technologies
SW · EE · MLdomains

4 projects

Java · OOP · PostgreSQL

Disaster Relief System

31JUnit tests

Full layered architecture with Repository pattern, Singleton DB connection, and soft-delete — built for real disaster response.

JavaPostgreSQLOOPSwing

Python · Algorithms

Campus Navigation System

6data structures from scratch

AVL tree, min-heap, FIFO queue, graph — all hand-written. Dijkstra's runs live on a weighted campus graph.

PythonPySide6DijkstraAVL Tree

Python · Machine Learning

Machine Learning Suite

91%digit recognition

A neural network with full backpropagation, written in NumPy only — no TensorFlow, no PyTorch. Every model built up from the math.

Pythonscikit-learnNeural NetworksJupyter

C / C++ · Embedded

Rocket Data Acquisition System

200 Hzsensor logging

FreeRTOS firmware logging IMU, baro, mag, and GPS to 1 Gb QSPI flash. State survives power loss. Flies on a real rocket.

CC++STM32FreeRTOS