1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-19 22:22:21 +00:00

Add book: Head First Design Patterns

This commit is contained in:
Lluis Ingles 2015-02-11 21:21:41 +01:00
parent 98c61603c0
commit 8d0151d2b4

View File

@ -772,6 +772,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.*