Skip to content

Instantly share code, notes, and snippets.

View GrimmOutlook's full-sized avatar
🎯
Focusing

David Grimm GrimmOutlook

🎯
Focusing
View GitHub Profile
@GrimmOutlook
GrimmOutlook / gist:78d4696cfd897143ec1df955319951c3
Created April 25, 2017 23:05
Choosing an API - Unit 3, Lesson 5, #2
High Level Definition of App Idea:
Using the http://api.fantasy.nfl.com/ API, my app helps users compare the stats of 2 different players at a certain position in order to
determine which player to select for their fantasy football draft.
@GrimmOutlook
GrimmOutlook / gist:ede8d5e4c4a160ff30bae5e3e80483bd
Created April 26, 2017 21:17
User Flow and Wireframes - Unit 3, Lesson 5, #3
Testing 1 2 3
@GrimmOutlook
GrimmOutlook / gist:559e923a3c86d48fd92b98b13c843f85
Last active June 1, 2017 20:10
Thinkful Server-side Programming, Unit 1 - Request & Response Drills
Echo Endpoint:
- https://glitch.com/edit/#!/blaze-jury?path=server.js:10:31
MadLibs:
- https://glitch.com/edit/#!/dust-peak?path=server.js:15:5
A/B Test:
- https://glitch.com/edit/#!/possible-velvet?path=server.js:18:15
@GrimmOutlook
GrimmOutlook / gist:73bf2e49dea5ab3e108e3aed7067145a
Last active June 17, 2017 20:23
Thinkful Server-side - Mongo Basics Drills
Get all: db.restaurants.find();
Limit & Sort:
This didn't work:
db.restaurants.find({name: 1}).sort({name: 1}).limit(10);
This did:
db.restaurants.find({borough: "Manhattan"}, {name: 1}).sort({name: 1}).limit(10);
WHY?
@GrimmOutlook
GrimmOutlook / gist:abebe2888272701ea22b2f520d42ff2e
Created July 3, 2017 15:32
Capstone #2 User Stories - Whiskey App
AS A USER, I SHOULD BE ABLE TO:
- View list of app features, with screenshots, on a homepage prior to me signing up or logging in.
- Sign up for an account
- Log into my account using a username & password
- using Facebook
- using Twitter
- Reset my password
- Delete my account
@GrimmOutlook
GrimmOutlook / gist:07eeb0235b63afb393fd11b9dbbcf1ee
Last active July 9, 2017 00:31
List of Distinct Screens for Capstone #2 - Whiskey Social
Link to User Flow Screens: https://xd.adobe.com/view/09d275ec-4174-4a21-bf1e-b1713991cc93/
Home / Landing
Sign Up
Log In
User Settings
Profile
"Newsfeed"
Individual Whiskey Post (Own)
Individual Whiskey Post (Friend)
Second Component Drill - Address Book:
glitch.com/edit/#!/ripe-kilometer
@GrimmOutlook
GrimmOutlook / gist:c5334407913fad653604ec67df270b96
Last active November 8, 2017 12:18
React: Communication Drills
1. Surprise!
https://glitch.com/edit/#!/blushing-clarinet
https://blushing-clarinet.glitch.me
2. Rate Calculator
https://glitch.com/edit/#!/petite-nail
https://petite-nail.glitch.me/
3. Live Search
https://glitch.com/edit/#!/nonstop-airbus
@GrimmOutlook
GrimmOutlook / gist:f2337448aa3d7f2cc240340e2671d4f1
Last active November 15, 2017 00:56
React Action, Reducer, Store Drills
1. i18n State:
https://glitch.com/edit/#!/east-branch
2. CRUD:
https://glitch.com/edit/#!/sunrise-guitar
1. Interest Calculator I: Connecting:
https://glitch.com/edit/#!/spice-router
2. Interest Calculator 2: Dispatching:
https://glitch.com/edit/#!/nifty-guitar