Update book recommendations

This commit is contained in:
Ariejan de Vroom 2016-08-23 21:40:51 +02:00
parent 9cf5a49c71
commit c47fbd3297
Signed by: ariejan
GPG Key ID: AD739154F713697B
3 changed files with 35 additions and 7 deletions

View File

@ -17,14 +17,14 @@ have read and love myself, so you're in good hands._
## Ruby
* [Programming Ruby](http://amzn.to/2bA0ta5) <span class="recommended">highly recommended</span>
* [Programming Ruby](http://amzn.to/2bA0ta5) <span class="recommended">tip</span>
* [The Well Grounded Rubyist](http://amzn.to/2bpIv9U)
* [Practical Object-Oriented Design in Ruby](http://amzn.to/2bbDSBp) <span class="recommended">highly recommended</span>
* [Practical Object-Oriented Design in Ruby](http://amzn.to/2bbDSBp) <span class="recommended">tip</span>
## Ruby on Rails
* [Agile Web Development with Rails 4](http://amzn.to/2bbsdRd)
* [Agile Web Development with Rails 5](http://amzn.to/2bGFHCH) <span class="recommended">highly recommended</span>
* [Agile Web Development with Rails 5](http://amzn.to/2bGFHCH) <span class="recommended">tip</span>
* [Rails 4 Test Prescriptions](http://amzn.to/2bA0lYc)
* [Metaprogramming Ruby 2](http://amzn.to/2buepiu)
* [The Cucumber Book: Behaviour-Driven Development for Testers and Developers](http://amzn.to/2bbspzW)
@ -36,19 +36,19 @@ have read and love myself, so you're in good hands._
## macOS / Cocoa / Swift / Objective-C
* [Cocoa Programming for OS X: The Big Nerd Ranch Guide (5th edition)](http://amzn.to/2bpRLL0)
* [Cocoa Programming for OS X: The Big Nerd Ranch Guide (5th edition)](http://amzn.to/2bpRLL0) <span class="recommended">tip</span>
## Vim
* [Practical Vim](http://amzn.to/2bbsDqS)
* [Vi iMproved](http://amzn.to/2bbsoMr)
* [Vi iMproved](http://amzn.to/2bbsoMr) <span class="recommended">tip</span>
* [tmux: Productive Mouse-Free Development](http://amzn.to/2bGFRdv)
## Software Engineering
* [The Pragmatic Programmer: From Journeyman to Master](http://amzn.to/2bbKD1C)
* [The Passionate Programmer: Creating a Remarkable Career in Software Development](http://amzn.to/2bA1bE1)
* [Clean Code: A Handbook for Agile Software Craftsmanship](http://amzn.to/2bA18Ix)
* [Clean Code: A Handbook for Agile Software Craftsmanship](http://amzn.to/2bA18Ix) <span class="recommended">tip</span>
* [Understanding the Four Rules of Simple Design](https://leanpub.com/4rulesofsimpledesign)
* [The Mytical Man-Month](http://amzn.to/2bwMPTK)
@ -64,9 +64,25 @@ have read and love myself, so you're in good hands._
## Electronics
* [The Art of Electronics - 3rd Edition](http://amzn.to/2bbtTKy)
* [The Art of Electronics - 3rd Edition](http://amzn.to/2bbtTKy) <span class="recommended">tip</span>
## MOS 6502 Microprocessor
* [6502 Applications Book](http://amzn.to/2bc0m3y)
* [Programming the 6502](http://amzn.to/2bqvXPl)
---
## Going paperless?
<a href="http://amzn.to/2bfTHqN"><img class="img-right" src="/img/kindle_paperwhite.jpg" /></a>
I _love_ my Kindle. It's light-weight, has a battery that lasts for about 4 weeks (I read about 1 hour a day), and it features a quality e-ink screen. The 3G options is fantastic, as you can leave your Kindle always connected and use services like [Readability](https://www.readability.com/) to send web pages neatly
formatted to your Kindle for later reading.
Most of the books above are available in Kindle format as well. So if you're not already paperless,
why not start now?
* [Amazon Kindle Paperwhite](http://amzn.to/2bfTHqN)
* [Kindle Unlimited 30-Day Free Trial](https://www.amazon.com/gp/kindle/ku/sign-up?ie=UTF8&*Version*=1&*entries*=0&ref_=assoc_tag_ph_1454291293420&_encoding=UTF8&camp=1789&creative=9325&linkCode=pf4&tag=ariejannet02-20&linkId=27a2fcdbdce4d545fd1dd60031c45474)

View File

@ -215,6 +215,12 @@ h1.front-heading {
width: 21%;
}
img.img-right {
margin: 0 2em;
width: 250px;
float: right;
}
img.avatar {
margin: 0 2em;
border-radius: 50%;
@ -295,3 +301,9 @@ span.recommended {
border-radius: 0.5em;
padding: 0 0.5em;
}
hr {
border: none;
border-bottom: 1px solid #BCBCBC;
margin-bottom: 1em;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB