Skip to content

Instantly share code, notes, and snippets.

View GSmes's full-sized avatar

Garrett Smestad GSmes

View GitHub Profile
*** 59TH EAST ST , SAVANNAH, GA, 31410
number: 59 / 59TH
*** 2N656 WOODCREST DR , WEST CHICAGO, IL, 60185
number: 2 / 2N656
*** 2N650 WOODCREST DR , WEST CHICAGO, IL, 60185
number: 2 / 2N650
*** 2N650 WOODCREST DR , WEST CHICAGO, IL, 60185
number: 2 / 2N650
*** 2N620 WOODCREST DR , WEST CHICAGO, IL, 60185
number: 2 / 2N620

1. Find a RealtyTrac home

  • RT homes will have a home datum with source, realtytrac
  • The RT home datum must have an rt_property_id value AND a "success" in the datasources column (e.g., {"realtytrac": {"date": "2019-06-28T17:44:05.262Z", "status": "success"}})
  • Things to note:
    • Does the home also have a SiteX home datum? If so, simply delete the SiteX home datum (as well as any SiteX AVMs and Loans)
    • Does the home have a CMA? If so, make note of the system_generated, updated, amount, and diff values, as these will determine what happens to the CMA post-migration (see step 3).

2. Migrate the RealtyTrac home to SiteX

  • Open rails console
  • Plug the home ID into the following command and run:
@GSmes
GSmes / 20161111-garrett-smestad-m4.md
Last active November 10, 2016 08:23
Module 4 Portfolio

GARRETT SMESTAD - M4 Portfolio


Areas of Emphasis

(What did you set out to accomplish this module?)

Rubric Scores

Community Involvement

Being Visible

  • List 3 conferences you would be interested in attending or speaking at

    • For each conference:
      • When is their next CFP deadline
      • Do they have any scholarships you could apply to?
      • Come up with 3 talk ideas and list below
  • List 3 Meetup groups in the area you plan to move to

The Side Hustle

Making a thing is a super power that you now have. It helps you stand out among your fellow developers. It helps you hone your skills with good motivation. It could even save the world, help a community, make you some cash or just make one person's day a little weirder.

What should you make?

Check out Dxslyiea - a JavaScript app that's built to show the world what it's like to read with Dyslexia.

Page through The Useless Web

GOAL 1

Improve my understanding of JavaScript

Current Status

  • I am at a beginner-intermediate level with JavaScript.
  • 90%+ of my experience with JavaScript is with ES5.

One-Year Milestone

  • Understand and use ES6.
  • Ability to recreate all/most projects I've worked on thus far using JavaScript.
@GSmes
GSmes / API_Research.md
Last active October 27, 2016 19:53
Researching Job Board APIs

Issue #60 - Research Additional Job APIs

We may be able to use some additional APIs to scrape. Some potential sources might be LinkedIn, Github, Dice. These services may not, however, allow us to use them or be feasible to use.

Acceptance Criteria:

Evaluate above services for their viability.

If any are...
Write up an issue with acceptance criteria
@GSmes
GSmes / Blog_Post.md
Last active October 27, 2016 20:13
Blog post outline

React vs. Ember.js

(500+ words, in-depth blog post)

React

  • React Docs
  • Explain what React is used for / Why it was created
  • Open-sourced by Facebook mid-2013
  • Currently at version 15.3.2 (as of September 19, 2016)
  • Drives many widgets in Facebook and much (all?) of the Instagram web experience
  • GitHub’s Atom text editor uses it