Skip to content

Instantly share code, notes, and snippets.

View rrgayhart's full-sized avatar

Romeeka Gayhart rrgayhart

View GitHub Profile
@rrgayhart
rrgayhart / require.markdown
Created March 28, 2016 11:57
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 / 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 / pr-template.md
Created January 7, 2016 15:05
Modified Quick Left PR Template

What's this PR do?

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

Screenshots (if appropriate)

What gif best describes this PR or how it makes you feel?

@rrgayhart
rrgayhart / 1511-projects.markdown
Last active June 2, 2016 14:56
What 1511 is Doing
@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

@rrgayhart
rrgayhart / require.markdown
Created February 7, 2016 17:23
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?

Step One: Watch Mary Rose Cook Live Codes Space Invaders from Front-Trends. (The second worst conference name ever?)

Step Two: Fork this gist.

Step Three: Respond to this question in your fork: What is one approach you can take from this Mary's code and implement in your project?

Step Four: Totally Optional: take a look at some of the other forks and comment if the spirit moves you.

@rrgayhart
rrgayhart / week3-breakdown.markdown
Last active April 8, 2016 15:41
Week 3 Breakdown

Step One: Watch Writing Testable JavaScript - Rebecca Murphey from Full Frontal 2012 (award for worst conference name ever?)

Step Two: Fork this gist.

Step Three: Consider the four responsibilities that Rebecca lists for client side code (hint: they're color coded).

  • Did any of the responsibilities that she lists surprise you?
  • Do you feel like you mentally split your client side code in IdeaBox and other past projects into these responsibilities?

Step Four: Totally Optional: take a look at some of the other forks and comment if the spirit moves you.