Type Here to Get Search Results !

PHP Cookbook: Modern Code Solutions in pdf

 

Download this EPUB book: PHP Cookbook: Modern Code Solutions for Professional Developers 1st Edition by Eric Mann

If you're a PHP developer looking for proven solutions to common problems, this cookbook provides code recipes to help you resolve numerous scenarios. By leveraging modern versions of PHP through version 8.1, these self-contained recipes provide fully realized solutions that can help you solve similar problems in your day-to-day work.

Whether you're new to development or merely new to PHP, these recipes will help you unpack the most powerful features of this programming language. 

Author Eric Mann, a regular contributor to php[architec magazine, frequently makes presentations on software architecture and has built scalable projects for startups and Fortune 500 companies alike.

Learn the type system of modern PHP

Build efficient applications composed of functions and objects

Understand key concepts such as encryption, error handling, debugging, and performance tuning

Explore the PHP package/extension ecosystem

Learn how to build basic web and basic command-line applications

Work securely with files on a machine, both encrypted and in plain text

Nearly every developer who builds modern web applications has an opinion on PHP. Some love the language. Some loathe the language. Most are familiar with its impact and applications written in the language. 

This is due to PHP powering over 75% of websites1 for which the language in which they are written is known. Given the sprawling size of the Internet, that’s a lot of PHP code in the wild.

Admittedly, not all PHP code is good code. Anyone who has written PHP code has seen the good, the bad, and the ugly presented by the language. It’s a remarkable easy language to work with, which is cause for both the sheer power behind its market dominance and for the missteps made by many engineers writing questionable code.

Unlike fully compiled languages that enforce strict typing and memory management, PHP is an interpreted language that is incredibly forgiving of programming mistakes. In many cases, even a grievous programming error will result in a warning while PHP continues to happily execute the program regardless. 

This is great for developers learning a new language as an innocent error won’t necessary crash the application. But the forgiving nature is a double-edged swords of sorts. As even “bad code” will run, many developers publish that code and it’s easily reused by unsuspecting beginners.

This book aims to both defend against the reuse of bad code by helping readers understand how to avoid mistakes made by those who came before. It also aims to establish patterns and examples any developer can follow to solve common problems with PHP. 

The recipes in this book will help you quickly identify and solve complicated problems without needing to reinvent the wheel, or ever be tempted to copy and paste “bad code” discovered through additional research.

About the Author

Eric Mann has worked as a software engineer for almost two decades. He has built scalable projects for early-stage startups and for members of the Fortune 500. Eric presents frequently on software architecture and has been a regular contributor to php architec Magazine.

About the book:

Publisher ‏ : ‎ O'Reilly Media; 1st edition (June 27, 2023)

Language ‏ : ‎ English

Pages ‏ : ‎ 420 

File : EPUB, 13MB

Download

Free Download the Book: PHP Cookbook: Modern Code Solutions for Professional Developers 1st Edition by Eric Mann

PS: Share the link with your friends

If the Download link is not working, kindly drop a comment below, so we'll update the download link for you.

Happy downloading!

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.