Skip to content

Instantly share code, notes, and snippets.

View sstern6's full-sized avatar

Scott Stern sstern6

View GitHub Profile
@stujo
stujo / asset-pipeline.md
Created September 30, 2015 15:59
Stujo's Rails Asset Pipeline Notes
@stujo
stujo / README.md
Last active September 29, 2015 18:11
Intro to Rails from Sinatra Notes - Stujo
@amgando
amgando / intro-to-js.js
Last active July 21, 2019 20:19
a quick intro the JS that focuses on functions
// to understand any system we must retain either control or visibility (or both)
// this is how you retain visibility
console.log('hello world')
// so now we can give up our need for control :)
// and along the way you'll see new words and language syntax. share your confusion!
// it's the greatest of gifts from a shameless heart and playfully curious mind.