Orlando, Florida, United States · Engineering
Email [email protected] to apply, please include Github + LinkedIn
We are building an artificial intelligence for personal finance called Abe.
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.202969,35.0081121],[-88.2022973,35.0065884],[-88.2015222,35.0037949],[-88.2010054,34.9993506],[-88.2000237,34.9956045],[-88.1980601,34.9901437],[-88.1948047,34.9858679],[-88.1885006,34.9769982],[-88.1859686,34.9732087],[-88.1828424,34.9702659],[-88.1784244,34.9658409],[-88.1755824,34.9616909],[-88.1712677,34.9538562],[-88.1693041,34.949155],[-88.1643435,34.9400483],[-88.1598996,34.930983],[-88.1548874,34.922997],[-88.1523447,34.9204761],[-88.1447813,34.9132855],[-88.1381678,34.9088211],[-88.1314082,34.9051654],[-88.1220179,34.9012699],[-88.1095053,34.897286],[-88.0988514,34.8935619],[-88.0977945,34.8921218],[-88.1060082,34.8245559],[-88.10756,34.811628],[-88.1081107,34.8075673],[-88.1106536,34.7888138],[-88.1137817,34.765745],[-88.116418,34.746303],[-88.118407,34.724292],[-88.1299644,34.6502126],[-88.134263,34.62266],[-88.138719,34.589215],[-88.139246,34.587795],[-88.1401281,34.5818611],[-88.1491377,34. |
Orlando, Florida, United States · Engineering
Email [email protected] to apply, please include Github + LinkedIn
We are building an artificial intelligence for personal finance called Abe.
{ | |
"id": "bacb69c6-7bf4-4d69-a7c2-b5bd3bbe6aee", | |
"name": { | |
"fullName": "Jessica Sorrels", | |
"givenName": "Jessica", | |
"familyName": "Sorrels" | |
}, | |
"email": "[email protected]", | |
"gender": null, | |
"location": null, |
{ | |
"id": "b3bc259f-8c8b-4086-83ef-400aa2a4cc73", | |
"name": "The Comfy Cow", | |
"legalName": null, | |
"domain": "thecomfycow.com", | |
"url": "http://thecomfycow.com", | |
"site": { | |
"url": "http://thecomfycow.com", | |
"title": "The Comfy Cow", | |
"h1": null, |
# event.rb | |
class Event < ActiveRecord::Base | |
belongs_to :eventable, polymorphic: true | |
end | |
# migration | |
class CreateEvents < ActiveRecord::Migration | |
def change |