Skip to content

Commit bcbf43b

Browse files
authored
Merge pull request #973 from dmitriifrlv/add-jon-duckett-book
Add PHP&MYSQL book by Jon Duckett to the list of paid books
2 parents d59c324 + d7637c4 commit bcbf43b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_posts/16-10-01-Books.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@ for modern, secure, and fast cryptography.
1919

2020
### Paid Books
2121

22+
* [PHP & MySQL](https://phpandmysql.com/) - PHP book with excellent illustrations that covers all the fundamentals of PHP and MySQL with practical examples.
2223
* [Build APIs You Won't Hate](https://apisyouwonthate.com/) - Everyone and their dog wants an API,
2324
so you should probably learn how to build them.
2425
* [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.
2526
* [Building Secure PHP Apps](https://leanpub.com/buildingsecurephpapps) - Learn the security basics that a senior
26-
developer usually acquires over years of experience, all condensed down into one quick and easy handbook
27+
developer usually acquires over years of experience, all condensed down into one quick and easy handbook.
2728
* [Modernizing Legacy Applications In PHP](https://leanpub.com/mlaphp) - Get your code under control in a series of
28-
small, specific steps
29+
small, specific steps.
2930
* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A guide to some of the most common
30-
security terms and provides some examples of them in every day PHP
31-
* [Scaling PHP](https://www.scalingphpbook.com/) - Stop playing sysadmin and get back to coding
31+
security terms and provides some examples of them in every day PHP.
32+
* [Scaling PHP](https://www.scalingphpbook.com/) - Stop playing sysadmin and get back to coding.
3233
* [Signaling PHP](https://leanpub.com/signalingphp) - PCNLT signals are a great help when writing PHP scripts that
3334
run from the command line.
3435
* [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.

0 commit comments

Comments
 (0)