Here are some projects I did over the years.
A web application enables School of Engineering faculty to track package history and incoming deliveries, providing accessibility to package data for both lab staff and school faculties.
My personal website built with React and Supabase, allowing for live updates of content data to the backend database through Supabase's built-in authentication. (kind of overkill, but I wanted to give it a try)
A UDP client-server program allows the client to transfer files to the server through a UDP socket with the Go-Back-N protocol for data recovery.