Skip to content

Commit

Permalink
books added
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmk committed Jul 1, 2015
1 parent 151f22c commit b03956d
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion books-to-read.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Please submit your entries as _**Valid JSON**_ (see example below) so that we can make data searchable at a later date! _Thanks_!

#### {Book Name}
#### {Book Name}
Please _validate_ your JSON using http://jsonlint.com/ _thanks_!
```js
{
Expand All @@ -22,6 +22,57 @@ Please _validate_ your JSON using http://jsonlint.com/ _thanks_!
}
```

#### Lean UX
```js
{
"Title": "Lean UX",
"Author": "Jeff Gothelf with Josh Seiden",
"Date": "July 2015",
"ISBN": "9781449311650",
"SuggestdBy": "Rafe",
"GitHubId": "rjmk",
"Subject": "User Experience",
"WhyIChoseIt": "User experience complements and informs great software and is fun problem solving",
"WhyOthersShouldReadIt": "TBC",
"WhatILearned": "TBC",
"Link": "http://www.amazon.co.uk/dp/1449311652/"
}
```

#### Start Small, Stay Small: A Developer's Guide to Launching a Startup
```js
{
"Title": "Start Small, Stay Small: A Developer's Guide to Launching a Startup",
"Author": "Rob Walling",
"Date": "July 2015",
"ISBN": "9780615373966",
"SuggestdBy": "Rafe",
"GitHubId": "rjmk",
"Subject": "Startup starting",
"WhyIChoseIt": "Unappealing design suggested I was underestimating the quality of the content #OutsideView",
"WhyOthersShouldReadIt": "TBC",
"WhatILearned": "TBC",
"Link": "http://www.amazon.co.uk/dp/0615373968"
}
```

#### The Elements of Typographic Style
```js
{
"Title": "The Elements of Typographic Style",
"Author": "Robert Bringhurst",
"Date": "July 2015",
"ISBN": "9780881792126",
"SuggestdBy": "Rafe",
"GitHubId": "rjmk",
"Subject": "Typography",
"WhyIChoseIt": "Fonts are pretty. Also, font choice is a nice subtle element of UI and UX design",
"WhyOthersShouldReadIt": "TBC",
"WhatILearned": "TBC",
"Link": "http://www.amazon.co.uk/dp/0881791326"
}
```

#### The Mom Test: How to talk to customers & learn if your business is a good idea when everyone is lying to you
```js
{
Expand Down

0 comments on commit b03956d

Please sign in to comment.