Skip to content

Commit

Permalink
Adds 'I Know How She Does It' to book list dwyl/summer#31
Browse files Browse the repository at this point in the history
  • Loading branch information
iteles committed Sep 29, 2015
1 parent 0ad8933 commit 58bfba3
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions books-to-read.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Please _validate_ your JSON using http://jsonlint.com/ _thanks_!
"Date": "July 2015",
"ISBN": "13DigitNumber",
"SuggestedBy": "YourName",
"GitHubId": "yourghid",
"Subject": "either the oficial categorisation or your free-text",
"GitHubId": "yourGHid",
"Subject": "either the official categorisation or your free text",
"WhyIChoseIt": "Brief reason why you chose to read this book",
"WhyOthersShouldReadIt": "Sell it to them!",
"WhatILearned": "After you have finished reading it, note down what you learned",
Expand Down Expand Up @@ -182,6 +182,22 @@ Please _validate_ your JSON using http://jsonlint.com/ _thanks_!
"VideoSummary": "http://code.tutsplus.com/articles/html5-for-web-designers-book-review--net-13474"
}
```
#### I Know How She Does It
```js
{
"Title": "I Know How She Does It: How Successful Women Make the Most of Their Time",
"Author": "Laura Vanderkam",
"Date": "July 2015",
"ISBN": "978-0241199510",
"SuggestedBy": "Ines",
"GitHubId": "iteles",
"Subject": "Productivity",
"WhyIChoseIt": "For a little inspiration, a jump start on how to get on with things rather than thinking about doing them. The concept of analysing time logs also fascinates me slightly!",
"WhyOthersShouldReadIt": "I don't think they should, there were less practical tips and a more of an element of 'spending time with family' than I expected. Just read my notes instead: https://github.com/iteles/Book-notes/blob/master/I-know-how-she-does-it.md",
"WhatILearned": "It's all about attitude (know what actually matters - hint: dirty dishes is not one of these things - and learn to let go) and knowing what you're doing so that when you work you can hit the ground running",
"Link": "http://www.amazon.co.uk/Know-How-She-Does-Successful/dp/0241199514/"
}
```

#### Javascript: The Good Parts
```js
Expand Down

0 comments on commit 58bfba3

Please sign in to comment.