Merge pull request #339 from lluisi/book-2

Add book: Head First Design Patterns
This commit is contained in:
Jamie York 2015-08-04 00:04:15 +01:00
commit 784d2c3362
1 changed files with 1 additions and 0 deletions

View File

@ -799,6 +799,7 @@ Various resources, such as books, websites and articles, for improving your PHP
* [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
* [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) - A book about creating Vagrant environments by Erika Heidi.
* [Pro Git](http://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub.
* [Head First Design Patterns](http://www.headfirstlabs.com/books/hfdp/) - Do you want to learn, understand, remember, and apply design patterns, including the OO design principles upon which design patterns are based?.
## PHP Videos
*Fantastic PHP-related videos.*