Skip to content

Instantly share code, notes, and snippets.

View jendiamond's full-sized avatar
🏠
Working from home

JenDiamond jendiamond

🏠
Working from home
View GitHub Profile
@jendiamond
jendiamond / pressie.md
Last active December 2, 2015 08:21
Pressie App

Create a new Present app

$ rails new pressie


Add a Recipient model

$ rails g scaffold Recipient first_name:string last_name:string email:string snail_mail:string

####Taylor's Steak House http://www.taylorssteakhouse.com/
3361 West 8th St., Los Angeles, CA 90005
Friday 4am - 10:30pm

L.A. MAGAZINE "Taylor's rekindles memories of steakhouses in the old days with its low prices and Naugahyde booths. The menu offers classic fare, and the steaks, such as the culotte, are cooked to perfection."

Taylor’s has been serving Los Angeles since 1953 in an elegant old world setting. The full bar, private tables, and group room for private functions, have created a destination for a diverse clientele, including many celebrities.

(Prices are not really low but the food is delicious.)

class PlusMinus
def +(a,b)
a-b
end
def -(a,b)
a+b
end

http://www.benlinders.com/2013/whats-an-agile-retrospective-and-why-would-you-do-it/

Retrospective a practice used by teams to reflect on their way of working, and to continuously become better in what they do.


Retrospectives are used to improve continuously


The 12th agile principle states:

At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.

Every retrospective meeting starts by looking at the actions from the previous meeting, to see if they are finished (and to take action if not).

Convert this string

string = "{key:[[value_1, value_2],[value_3, value4]], 5:10:00AM]}"

to this hash:

h = {"key" => [["value_1", "value_2"],["value_3", "value4"]], 5=>"10:00AM"}

then convert h to JSON.

Please note that the brackets are unbalanced on purpose.

===

@jendiamond
jendiamond / lingo1.md
Last active September 29, 2015 04:39

Intro Kurtis to Judson

testing against frequently changing APIs

  • pull request specific intances heroku for json

  • version apis

  • contact tests