Mailbox Notifier | Citrus Hack 2015

Users are able to have packages and mail inserted into their mailbox and are prompted with a notification through a webpage.
I was responsible for designing the inital project concept and developing the hardware design.
I also assisted my team members in implementing the hardware, developing the nofication webpage and the logging of the notifications.
Each log contained a time stamp of when the mail arrived and it was removed.
We used an Arduino Uno to tie all of the different components together and I helped with the testing of the Ardiuno code.

Class Insights | SB Hacks 2016

This is a web application that allows users to post in a forum-like environment about their university classes.
I designed the database and user interface concept.
Both me and one of my other teammates were responsible for handling backend environment.
Some of these things consisted of setting up the server and PHP logic.
We implemented our web application using a LAMP stack.
I was also responsible for coordinating my team members as well as regulating workflow amongst our different roles.

RSA | LA Hacks 2016

After taking my discrete structure course, I became interested in the RSA algorithm.
I attempted to implement my own version of the RSA aglorithm as a hash function.
Using the hash function, I attempted to implement a hash table.
It was designed to be used for password encryption and decryption on other projects.
The final project could not be complete due to the constraints on memory required to correctly run the algorithm at the time.
Overall, I enjoyed working this project because it gave me a opportunity to try to utilize some of the materials that I learned in class.

Bash Script Collection | Fall 2016

This is a collection of shell scripts that I used to help me optimize my coding assignment workflow.
Some of the scripts consists of scp scripts, git scripts and file generation scripts.