mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-10 07:53:56 +02:00
Added Minimum Viable Tests book
Also updated my URL. Some folks like dead trees.
This commit is contained in:
@@ -21,7 +21,7 @@ for modern, secure, and fast cryptography.
|
||||
|
||||
### Paid Books
|
||||
|
||||
* [Build APIs You Won't Hate](https://leanpub.com/build-apis-you-wont-hate) - Everyone and their dog wants an API,
|
||||
* [Build APIs You Won't Hate](https://apisyouwonthate.com/) - Everyone and their dog wants an API,
|
||||
so you should probably learn how to build them.
|
||||
* [Building Secure PHP Apps](https://leanpub.com/buildingsecurephpapps) - Learn the security basics that a senior
|
||||
developer usually acquires over years of experience, all condensed down into one quick and easy handbook
|
||||
@@ -33,4 +33,5 @@ security terms and provides some examples of them in every day PHP
|
||||
* [Signaling PHP](https://leanpub.com/signalingphp) - PCNLT signals are a great help when writing PHP scripts that
|
||||
run from the command line.
|
||||
* [The Grumpy Programmer's Guide To Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - Learning
|
||||
to write testable code doesn't have to suck
|
||||
to write testable code doesn't have to suck.
|
||||
* [Minimum Viable Tests]() - Long-time PHP testing evangelist Chris Hartjes goes over what he feels is the minimum you need to know to get started.
|
||||
|
Reference in New Issue
Block a user