Merge pull request #973 from dmitriifrlv/add-jon-duckett-book

Add PHP&MYSQL book by Jon Duckett to the list of paid books
This commit is contained in:
Xymph
2023-03-03 19:24:43 +01:00
committed by GitHub

View File

@@ -19,16 +19,17 @@ for modern, secure, and fast cryptography.
### Paid Books
* [PHP & MySQL](https://phpandmysql.com/) - PHP book with excellent illustrations that covers all the fundamentals of PHP and MySQL with practical examples.
* [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.
* [Modern PHP](https://www.oreilly.com/library/view/modern-php/9781491905173/) - Covers modern PHP features, best practices, testing, tuning, deployment and setting up a dev environment.
* [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
developer usually acquires over years of experience, all condensed down into one quick and easy handbook.
* [Modernizing Legacy Applications In PHP](https://leanpub.com/mlaphp) - Get your code under control in a series of
small, specific steps
small, specific steps.
* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A guide to some of the most common
security terms and provides some examples of them in every day PHP
* [Scaling PHP](https://www.scalingphpbook.com/) - Stop playing sysadmin and get back to coding
security terms and provides some examples of them in every day PHP.
* [Scaling PHP](https://www.scalingphpbook.com/) - Stop playing sysadmin and get back to coding.
* [Signaling PHP](https://leanpub.com/signalingphp) - PCNLT signals are a great help when writing PHP scripts that
run from the command line.
* [Minimum Viable Tests](https://leanpub.com/minimumviabletests) - Long-time PHP testing evangelist Chris Hartjes goes over what he feels is the minimum you need to know to get started.