Interactive Mapping with Leaflet.js

Interactive mapping with leaflet.js javascript library

This app has user authentication with Devise, and mapping with leaflet.js and drawing shapes with Leaflet Draw. I figured out a clever way to allow clicks on the map image to create coordinates in an array that leaflet understands and then saving it into a field. It’s something that you have to try out for … Read more

Status Plan by work.shopMG

Status Plan Ruby on Rails project

Status Plan is a Ruby on Rails application that I built for work.shopMG, a Chicago based Property Development Management company. It’s basically a CRM for Property Development that helps the developers communicate with the tenants and the contractors to work out their deals and complete their projects. I built this from the ground up. Initial … Read more

Regex tricks – Change strings to formatted numbers

Regex regular expressions javascript code

(regex == regular expressions) There are a few Regex tricks that I use constantly in my javascript stuff to control numbers or variable names. Here are a few examples of Regex in action. Remove non-numeric characters except periods: This will take a string or number and change it to an integer or a float that … Read more

Status Plan by work.shopMG

Status Plan Logo

By far the most complex piece of software that I have built, Status Plan by work.shopMG is a Ruby on Rails application used in the property development industry. The majority of my last 5 years has been spent servicing a great company work.shopMG. We handle a handful of services for the property development industry including … Read more