Technical Projects
A membership based string replacement service for musicians.
+ Established a Rails API backend with endpoints for guitars, string packs, and user details.
+ Implemented user interface using React with custom written CSS for styling.
+ Managed client-side data organization with Redux.
+ Utilized FastJSON API to store encrypted user data on the client side.
Music The Gathering Challenge- Github | Demo
A interactive fan experience that cross references various musicians’ collective song knowledge.
+ Utilized Ruby on Rails for back-end logic and front-end UI.
+ Integrated OAuth for a secure login option through Facebook.
+ Managed cross-referenced data structure through Rails model relationships.
+ Incorporated JQuery-Rails for faster performance speeds.
A health and lifestyle kitchen tracker that makes inventory-based recipe suggestions.
+ Used Sinatra to organize backend logic in a MVC relationship.
+ Utilized ERB in the HTML view files to dynamically display information for each user.
+ Secured user data through BCrypt.
+ Styled using custom written CSS.