Projects
Curated selection of university work across full-stack, backend architecture, mobile development, and low-level systems.
Featured
Start hereWyttle
Group • Full-stack mobile
Mentoring + peer matching app with secure communication, discovery, and token-based interactions.
Web & Applications
Good “product” projectsMystery Maze
COMP1000 • C++/SFML
Graphical maze game with procedural generation, themes, increasing difficulty, and save/load state.
Cyber Security Network Proposal
COMP1002 • Networks/Security
Secure network design proposal for a healthcare branch: segmentation, IP plan, and security rationale.
Systems & Low-level
Computer science fundamentalsC → Assembly (MASM)
COMP1001
Converted C loop logic into MASM without simplification, using integer division and array indexing.
C Image Processing
COMP1001
Batch-processed 31 images, outputting Gaussian blur + Sobel edge detection results with efficient memory usage.
Binary Search Tree
COMP1003
Implemented a BST in a constrained “C-core only” environment, focusing on fundamentals and correctness.