I would describe myself as a detail-oriented problem solver, who is looking for new ways to challenge myself and continue my learning in the computer science field. The projects in this portfolio are not all of the projects I have worked on, but I believe this selection is an appropriate representation of the different technologies I am proficient with.
This was my Senior Project to show the completion of my computer science degree. It prompts the user with a list of their contacts. After that the user is taken to a map given their current location. Then after choosing a location to travel to the directions are sent via text message to the chosen contact, and Google Maps opens with directions to the chosen location.
Languages: HTML, CSS, PHP, SQL Grade: 95
Riding Lesson Website
This was the most recent project that I have worked on. It was for my Systems Analysis and Software Design class. The class was built around understanding how the industry worked, so teammates of mine set the requirements and documentation for me to follow, and I implemented the website based on their documentation.
Balanced Binary Search Tree(AVL and Treap Implementation)
This project was done through my Data Structures class. It was a research project to implement and test the timing efficiencies in different functions between the AVL and Treap trees.
This is an older project of mine, I was starting to learn the concepts of object oriented design and programming in Java. The project is an album handler that displays a Graphic User Interface to the user and allows them to manipulate their list of albums.
In this project I created the different components needed to implement the above processor in Verilog. After setting up the processor I implemented the load word 'lw' instruction using the processor and some Assembly code.