<div>Bring the power of functional programming to your PHP applications. From performance optimizations to concurrency, improved testability to code brevity, functional programming has a host of benefits when compared to traditional imperative programming.ย </div><div><br/></div><div>Part one of <i>P
Pro Functional PHP Programming: Application Development Strategies for Performance Optimization, Concurrency, Testability, and Code Brevity
โ Scribed by Aley, Rob
- Publisher
- Springer Science and Business Media : Apress
- Year
- 2017
- Tongue
- English
- Leaves
- 301
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Bring the power of functional programming to your PHP applications. From performance optimizations to concurrency, improved testability to code brevity, functional programming has a host of benefits when compared to traditional imperative programming.
Part one of Pro Functional PHP Programming takes you through the basics of functional programming, outlining the key concepts and how they translate into standard PHP functions and code. Part two takes this theory and shows you the strategies for implementing it to solve real problems in your new or existing PHP applications.
Functional programming is popular in languages such as Lisp, Scheme and Clojure, but PHP also contains all you need to write functional code. This book will show you how to take advantage of functional programming in your own projects, utilizing the PHP programming language that you already know.
What You'll Learn
- Discover functional programming in PHP
- Work with functional programming functions
- Design strategies for high-performance applications
- Manage business logic with functions
- Use functional programming in object-oriented and procedural applications
- Employ helper libraries in your application
- Process big data with functional PHP
Programmers and web developers with experience of PHP who are looking to get more out of their PHP coding and be able to do more with PHP.
โฆ Table of Contents
Front Matter ....Pages i-xix
Front Matter ....Pages 1-1
Introduction (Rob Aley)....Pages 3-10
Functional Programming: Key Concepts (Rob Aley)....Pages 11-44
Getting Started with Functional Patterns (Rob Aley)....Pages 45-67
Advanced Functional Techniques (Rob Aley)....Pages 69-99
Front Matter ....Pages 101-101
Strategies for High-Performance Applications (Rob Aley)....Pages 103-145
Managing Business Logic with Functions (Rob Aley)....Pages 147-163
Using Functional Programming in Objected-Oriented and Procedural Applications (Rob Aley)....Pages 165-188
Using Helper Libraries in Your Application (Rob Aley)....Pages 189-211
Processing Big Data with Functional PHP (Rob Aley)....Pages 213-227
Afterword (Rob Aley)....Pages 229-230
Back Matter ....Pages 231-292
๐ SIMILAR VOLUMES
<div>Bring the power of functional programming to your PHP applications. From performance optimizations to concurrency, improved testability to code brevity, functional programming has a host of benefits when compared to traditional imperative programming.ย </div><div><br/></div><div>Part one of <i>P
PHP is used by more than a million programmers world-wide. Any serious PHP programmer needs to be able to tune programmes in PHP for performance. This is the only book giving PHP programmers the techniques they need to tune their projects for best performance.