A digital collaboration and communication tool for groups and teams to support the high intensity learning environment. The functionality of Slackr mimics Slackr and is designed to connect with the younger and more "hip" generation that utilized flickr, Tumblr, etc. My team and I built the backend python server and assisted with the GUI.
An implementation of an ADT to simulate a simplfied Linux file system. Importantly, the file system was in-memory, which means no real files were actually created on disk. Instead, I used structs to simulate files, so these so-called "files" only existed in RAM and no longer existed once the program was terminated.