projects

a selection of things i've built in and out of class.

Pintos Operating System

An operating system that is able to execute multiple programs simultaneously without running into race conditions and in-order based on the task's priority.

View Spec →

Database Management System

Enhanced a basic database system by implementing B+ tree indices, efficient join algorithms, query optimization, concurrent transaction execution with locking, and database recovery.

View Spec →

Sharebox

An end-to-end encrypted file-sharing system that allows for the secure sharing of files between multiple users.

View Spec →

Gitlet

A mini version control system that mimics most of the basic features of Git.

View Spec →

Numc

A version of the popular Python library NumPy that is able to perform mathematical and logical operations on arrays and matrices efficiently.

View Spec →