Work. Hobby. Academic.
I'm constantly learning. I prefer to learn to swim by jumping into the ocean and iterating and improving as I go. Here you can navigate to some of my featured projects documenting my learning journey.
Featured Projects
- DaoNet
Inspired by League of Legend's game clock synchronisation, this project aims to build an application-layer protocol that mitigates the propagation of erroneous game states due to network delay in a P2P, latency-averse multiplayer game by synchronising game clock.
- AsendaLoyalty
A full stack (MERN) Hotel Booking application with 3DS payment flow and comprehensive testing
- Brain Tumor Segmentation
This project aims to improve upon the existing models that have proven to be suitable for the problem of tumour segmentation include 3D-UNet and Swin UNETR. Using the BraTS2020 dataset, this project test several approaches for brain tumour segmentation such as developing novel models such as the 3D-ONet and 3D-SphereNet, our own variant of 3D-UNet with more than one encoder-decoder paths
- ByteWallet
ByteWallet is a comprehensive digital wallet solution that combines the simplicity of Next.js for frontend development, robust authentication mechanisms for security, Node.js Express for backend functionality, and Stripe for easy and secure top-ups.
- SimpleDB
A simple database built from scratch using java that has some of the basic RDBMS features like a SQL query parser, transactions, and a query optimizer. This database is a part SUTD's database systems.