From d7637c44c697d7ca347d0e3caf1489040418c773 Mon Sep 17 00:00:00 2001 From: Dmitrii Frolov <65853205+dmitriifrlv@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:45:41 -0500 Subject: [PATCH] Added periods to the list of the paid books --- _posts/16-10-01-Books.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/16-10-01-Books.md b/_posts/16-10-01-Books.md index 857d5c0..bbe8cbc 100644 --- a/_posts/16-10-01-Books.md +++ b/_posts/16-10-01-Books.md @@ -24,12 +24,12 @@ for modern, secure, and fast cryptography. 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.