My Work
-
Sunshine Family Connection View on github
Summary
Civic application built for the City of Saint Petersburg Youth Council for connecting families in need with service providers in the area. I volunteered my time to contribute to this project as a fullstack developer. This application is still in development, after being kickstarted during the National Day for Civic Hacking. Most recently, I was one of two team members to present our current work to the City Council of Saint Petersburg, FL.
-
Portfolio Generator View on github
Summary
Portfolio Generator offers a simple solution to creating an online portfolio. Users simply need to sign up for an account and they will have a portfolio pre-generated for them. With a simple to use interface, the user is able to add the desired information about themselves and their past work.
-
InjuryForum View on github
Summary
There are a plethora of diagnostic and informative medical websites and applications, but there is no place for patients to share their experiences with treatment and recovery. Injury Forum provides such a space. Users are able to share their stories about recovery, as well as their treatment plans and methods in order to provide a first or second opinion to fellow patients, who often are subscribed a single option for recovery.
-
BlocJams and BlocJamsAngular View on github
Summary
BlocJams is a Spotify replica that was built for the purpose of learning the basics of Javascript and JQuery. The app consists of three main views for the home page, collections, and albums and includes a simple audio player with play/pause, next/previous and seek-bar functionalities.
BlocJamsAngular is a refactoring of the original using AngularJS in place of JQuery and vanilla Javascript.
-
BlocMetrics View on github
Summary
Blocmetrics is an app built to solve the problem of tracking user activities on on you web application. Users are able to register their applications through their account. Then, after including a minor javascript snippet into their codebase, which creates “events” in the Blocmetrics database, users have access to visualizations of their own users’ activities.
-
BlocChat View on github
Summary
BlocChat is a simple chat application that allows users to create chat rooms and post messages after they have chosen a username. Using AngularJS to make HTTP requests and Rails for the backend to serve data to Angular, BlocChat is able to provide real time sending and recieving of messages.
-
Bloccit View on github
Summary
Bloccit is a Reddit replica site, so it operates in a manner very similar to that of Reddit. Users are able to register an account and create and browse through topics, in which they are able to create, comment on, save, and vote on posts.
-
Blocitoff View on github
Summary
Blocitoff is a to-do list application that allows a user to dynamically create and mark items for completion. Often tasks are a bit more complicated than one simple step, so Blocitoff permits users to create sub-list of items which must be completed before the overall item may be marked as complete. Upon marking an item as complete, Blocitoff clears that item from the list keeping the to-do list free from clutter.
Also included in Blocitoff is an API for clients to make HTTP requests directly to the server. This allows for other potential applications and command-line interfaces to gain access to Blocitoff.
-
Blocipedia View on github
Summary
Blocipedia is an application that allows users to create public and private wikis for any topic they desire. All wikis are Markdown-based, public wikis are free to be edited by all users, and private wikis are only able to be updated by designated collaborators. Creation of private wikis, however, is a privilege reserved for premium users, who have paid the $15 upgrade fee. Blocipedia serves as a great place for users to create and share knowledge and ideas about any subject. Private wikis are only accessible to collaborators.