Skip to content

Instantly share code, notes, and snippets.

View paulgrever's full-sized avatar

Paul Grever paulgrever

  • GoSpotCheck
  • Denver CO
View GitHub Profile
@paulgrever
paulgrever / d
Created September 21, 2015 20:19
ds
There are so many Gems in the World. It's hard to know which ones you will like.
Here are some helpful Gems that represent the best qualities of 1412'ers.
Example:
Jgu - Better Erros - Jgu always helps you figure out what you have wrong, just like better errors.
Miriam - Resque - Miriam always comes to the rescue and is there when you need a little extra help, but she also always has some type of job progress in the background.
Dustin : Figaro - Figaro keeps your layers of secrets and token secret, keeps your environments mysterious just like dustin.
Trey : Nokogiri - Dude scrapes the web with the best of em.
@paulgrever
paulgrever / gist:8a8771e7b60655231070
Created April 23, 2015 22:01
Socialteering 4/23 Check-In
* Name of the project - Socialteering
* URL - https://socialteering.herokuapp.com/
* What did you work on - I have set up Facebook authentication and created a nifty about page. Added more robust test coverage
* What did you have problem with - Nothing I am awesome. (JK figuring out the Facebook settings to log in")
* What do you plan to do for the next iteration (Tuesday) - I paired with a mentor to utilize my first API from pro publica - now when a Non profit enters their EIN it will check and create them as an organization if it is successful. Need to added more testing.
@paulgrever
paulgrever / Native VS Mobile Web
Last active August 29, 2015 14:19
Native VS Mobile Web
Native VS Mobile Web
1) What is mobile web, what is a native app?
2) What is the difference visually? A comparative visual between a native app and and the same platform on mobile web.
3) Ready Set Fight! (A debate between the two)to determine the ultimate champion.
4) Phone features - can be easily accessed with Native App, hard/impossible for mobile web. Example camera - on facebook you can access your photos, but can't take a pic. #Win native
@paulgrever
paulgrever / scrum_outline
Created February 11, 2015 04:36
Scrum Outline
# Scrum Outline
1. Agile Overview and History
*Basic History
*Other methods * waterfall and their issues
2. What is Scrum
*Sprints
*Daily Meetings
* 3 Questions
*Adaptative
@paulgrever
paulgrever / bottles_of_beer
Last active August 29, 2015 14:11
Paul - 99 Bottles
bottle_of_beer = 99
bottle_start = bottle_of_beer
while bottle_of_beer > 0 do
if bottle_of_beer > 2
puts "#{bottle_of_beer} bottles of beer on the wall, #{bottle_of_beer} bottles of beer."
puts "Take one down and pass it around, #{bottle_of_beer -1} bottles of beer on the wall."
elsif bottle_of_beer == 2
puts "#{bottle_of_beer} bottles of beer on the wall, #{bottle_of_beer} bottles of beer."
puts "Take one down and pass it around, #{bottle_of_beer -1} bottle of beer on the wall."