About
I love learning about low level and systems programming. I'm currently interested in programming language theory, operating systems, and computer graphics.
Bachelor of Computer Science (Advanced) graduate at the University of Adelaide.
Projects
Codeshare
A live code sharing tool similar to VS Code Live Share that allows multiple users to collaboratively edit code in real-time across different editors. Currently WIP.
Storb
A distributed object storage system in Rust that allows users to store and retrive files across nodes in a peer-to-peer network.
AUCPL CLI
A CLI to assist AUCPL problemsetters create and test competitive programming problems.
CS Club Website
The University of Adelaide Computer Science Club's new website, created using Next.js, React, and Tailwind CSS.
Cabinet
A command line file sorting utility, written in Rust.
Circuit Simulator
A circuit simulator that uses modified nodal analysis (MNA) to simulate digital circuits. Currently a work in progress, created using C++ and libraries such as Eigen and ImGui