Skip to content

Instantly share code, notes, and snippets.

View rrgayhart's full-sized avatar

Romeeka Gayhart rrgayhart

View GitHub Profile
@rrgayhart
rrgayhart / twfdattrs.md
Last active June 23, 2018 18:48
Technical Writing For Developers: Attributions

Keybase proof

I hereby claim:

  • I am rrgayhart on github.
  • I am rrgayhart (https://keybase.io/rrgayhart) on keybase.
  • I have a public key ASCMU9dJV7wzOm_Gmhn5jRqRXCtseZwBX7vW7IBatkYb8go

To claim this, I am signing this object:

@rrgayhart
rrgayhart / feedback.md
Created February 9, 2017 21:23
feedback.md
# poll.js

  def self.check_name(string)
    array = normal.select do |ingredient|
      string.downcase.include?(ingredient.downcase.pluralize) ||
      string.downcase.include?(ingredient.downcase)
    end
    if array.any?
 array.first
@rrgayhart
rrgayhart / 1608-refacktor-track.md
Last active February 6, 2017 18:07
Agenda Feb 6, 2017 - Refacktor Track (tor)
@rrgayhart
rrgayhart / react-funtimes.markdown
Last active October 12, 2016 17:28
React & Webpack Resources
@rrgayhart
rrgayhart / demoschedule.markdown
Last active September 22, 2016 21:49
demo schedule
@rrgayhart
rrgayhart / api-best-practices.markdown
Last active February 14, 2019 16:17
API Best Practices

The JSON API Standard

What is the JSON API Standard

The Specification

  • The History
  • Why does it exist?
    • Bike Shedding/LookingFor
  • Do we have to use it?
@rrgayhart
rrgayhart / 1511-projects.markdown
Last active June 2, 2016 14:56
What 1511 is Doing
@rrgayhart
rrgayhart / require-1511.markdown
Created May 16, 2016 19:46
The Concept of Require

When you start working with WebPack for GameTime, you'll notice that you can't just define a variable in one file and find it in another as easily as you can in Rails.

Read Node.js, Require and Exports and Organize Your Code with RequireJS

Fork this gist and answer the following questions:

  • In the context of Node, what is a module?
  • The code examples from the second blog post look very different from the first. Why?
@rrgayhart
rrgayhart / mod4wk4blogs.markdown
Last active April 22, 2016 17:48
Blogs from Week 4

Cool Things We Did

  • Steve Olson: Built a React Native IOS app that displays the currency and expense data generated by his Ramble Map project.

  • Brant Wellman: De-coupled the basic 3D Engine code of his and Aaron's Gametime project from the actual gameplay code and published it into it's own repo

  • Aaron Greenspan: Built a Phoenix/ReactJS app