Category Archives: projects

School For Me

Helping parents and teachers 🙂

School For Me will help parents find a new school for their child and teachers locate schools that have a shortage for certain subjects. Parents may search for a school with certain criteria such as “low student to teacher ratio”, “title 1 school”, and so much more. I am using public data provided by the National Center for Education and Data.gov, both are updated yearly for the information provided.

 

Steps

Once the data is downloaded, a few fields were sanitized or removed. There is no need for extra data that will not be used. After cleaning the data, I uploaded it to a MySQL database hosted on my VPS. Currently the data is downloaded once per application load as a JSON result, although this process will change.

The API accepts three parameters: lat, lng, and distance. The distance parameter is optional and will default to 50 miles. The haversine formula is used to calculate the distance from the users coordinates to the nearest schools based on the provided distance.

 

A more detailed and better write up will be available soon. This is mainly for me to gather my thoughts until the application is finished. Screenshots and development videos have been attached, please keep in mind the design and functionality will only get better as development progresses.

  1. School For Me – Project page
World of Warcraft header image

Work in Progress: A tool to help World of Warcraft players receive the current market price of WoW tokens

A personal project I am currently working on is a tool for World of Warcraft players to receive a notification of the current market price for a WoW token at the Auction House. It will allow users who sign up to have a notification sent via SMS (text), email, or push notifications via a mobile application (iOS and Android). The web application will receive development priority following the mobile application.

 

Here are screenshots of the project

WoW Token Notifier Home View

WoW Token Notifier Screenshot 1

Home Page View

 

WoW Token Notifier Dashboard View

WoW Token Notifier Screenshot 2

Dashboard View

 

 

I am hoping to launch the project into beta status and allow users to begin using the product by next week. Check back for more later!