Skip to content

Instantly share code, notes, and snippets.

View slota's full-sized avatar

John Slota slota

  • Wagestream
  • Mesa AZ
View GitHub Profile
@slota
slota / setting_expectations.markdown
Last active November 9, 2015 17:23 — forked from rwarbelow/setting_expectations.markdown
Setting Expectations

Setting Group Expectations

Group Member Names:

  1. When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed?

Shannon - Available whenever but doesn't like to work past 10 o'clock at night, Amber - Has no real restrictions on her time, likes to be home and sleep John - Has bitcoin monday at 6 and CU game Friday night, good to go

@slota
slota / package-management.markdown
Last active March 24, 2016 17:11 — forked from rrgayhart/package-management.markdown
The Dangers of Using Code You Don't Control

Array Prototype Methods

I understand that functions in JavaScript can take any number of arguments. Check I can describe the similarity between blocks in Ruby and anonymous functions in JavaScript. Anonymous functions I guess are the functions that act like Ruby blocks?

Where are the methods available to all arrays (e.g. forEach, map, etc.) defined? Mozilla Developer Network docs

@slota
slota / require.markdown
Last active March 30, 2016 01:50 — forked from rrgayhart/require.markdown
The Concept of Require
  • In the context of Node, what is a module? A module is sort of like a file, it stores a JS file.
  • The code examples from the second blog post look very different from the first. Why? The second blog post uses requireJS,

JavaScript Functions

I can explain the difference between function declarations and function expressions.

  • Yes vars are expressions and regular functions are delcaration!!!

I can explain what the value of this is in a normal function.

  • normally it's the window or the global objec

I can explain what the value of this is when called from the context of an object.

  • if in an object it will be whatever that object is
@slota
slota / pr-template.md
Created April 11, 2016 22:37 — forked from rrgayhart/pr-template.md
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?