From 61b2875a2be40c31e90492703953924735921907 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 8 Jun 2016 10:20:24 -0400 Subject: [PATCH] Added Minimum Viable Tests book Also updated my URL. Some folks like dead trees. --- _posts/16-10-01-Books.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_posts/16-10-01-Books.md b/_posts/16-10-01-Books.md index a14d435..29aa99c 100644 --- a/_posts/16-10-01-Books.md +++ b/_posts/16-10-01-Books.md @@ -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.