• Complain

Crettenand - Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be

Here you can read online Crettenand - Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Birmingham, year: 2017, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Crettenand Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be
  • Book:
    Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2017
  • City:
    Birmingham
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Key Features

  • Greatly improve your code quality, testability, and readability using modern functional programming techniques

  • Get a solid foundation in functional programming techniques and methodologies

  • Step-by-step learn the concepts to architect more robust code


Book Description

A functional approach encourages code reuse, greatly simplifies testing, and results in code that is concise and easy to understand. This book will demonstrate how PHP can also be used as a functional language, letting you learn about various function techniques to write maintainable and readable code.


After a quick introduction to functional programming, we will dive right in with code examples so you can get the most of what youve just learned. We will go further with monads, memoization, and property-based testing. You will learn how to make use of modularity of function while writing functional PHP code.


Through the tips and best practices in this book, youll be able to do more with less code and reduce bugs in your applications. Not only will you be able to boost your performance, but you will also find out how to eliminate common loop problems. By the end of the book, you will know a wide variety of new techniques that you can use on any new or legacy codebase.


What you will learn

  • Declare functions/callables and find out how to manipulate and call them

  • Write pure functions to get more robust code that can be easily tested

  • Learn to compose function using various techniques

  • Use a functional approach to find readable solutions to common issues

  • Utilize performance optimization techniques such as laziness, memorization, and parallelization

  • Build the business logic of applications with the functional paradigm

  • Test functional code and know how to speed up test runs using parallel testing

  • Understand the impact and limitation of functional programming in PHP


About the Author

Gilles Crettenand is a passionate and enthusiastic software developer. He thrives when solving challenges and is always on the lookout for a better way to implement his solutions. He has a bachelors degree in computer science from the School of Engineering and Management Vaud in Switzerland and has more than 6 years of experience as a web developer.


Most of his professional career has been spent using PHP, developing a variety of applications ranging from accountability software to e-commerce solutions and CMS. At nights, however, he likes to try other languages, dabbling with Haskell, Scala, and more recently, PureScript, Elm, and Clojure.


Being a certified scrum master, he understands the need to use the right tool for the job and maintaining a readable and maintainable codebase using the best techniques and practices available.


Table of Contents

  1. Functions as First Class Citizens in PHP

  2. Pure Functions, Referential Transparency, and Immutability

  3. Functional Basis in PHP

  4. Composing Functions

  5. Functors, Applicatives, and Monads

  6. Real-Life Monads

  7. Functional Techniques and Topics

  8. Testing

  9. Performance Efficiency

  10. PHP Frameworks and FP

  11. Designing a Functional Application

  12. What Are We Talking about When We Talk about Functional Programming


**

About the Author

Gilles Crettenand is a passionate and enthusiastic software developer. He thrives when solving challenges and is always on the lookout for a better way to implement his solutions. He has a bachelors degree in computer science from the School of Engineering and Management Vaud in Switzerland and has more than 6 years of experience as a web developer. Most of his professional career has been spent using PHP, developing a variety of applications ranging from accountability software to e-commerce solutions and CMS. At nights, however, he likes to try other languages, dabbling with Haskell, Scala, and more recently, PureScript, Elm, and Clojure. Being a certified scrum master, he understands the need to use the right tool for the job and maintaining a readable and maintainable codebase using the best techniques and practices available.


Type : Programming

Crettenand: author's other books


Who wrote Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be? Find out the surname, the name of the author of the book and a list of all author's works by series.

Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Functional PHP

Functional PHP

Copyright 2017 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: February 2017

Production reference: 1100217

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham

B3 2PB, UK.

ISBN 978-1-78588-032-2

www.packtpub.com

Credits

Author

Gilles Crettenand

Copy Editor

Safis Editing

Reviewer

Andrew Caya

Project Coordinator

Vaidehi Sawant

Commissioning Editor

Kunal Parikh

Proofreader

Safis Editing

Acquisition Editor

Sonali Vernekar

Indexer

Francy Puthiry

Content Development Editor

Rohit Kumar Singh

Graphics

Jason Monteiro

Technical Editor

Pavan Ramchandani

Production Coordinator

Arvindkumar Gupta

About the Author

Gilles Crettenandis a passionate and enthusiastic software developer. He thrives when solving challenges and is always on the lookout for a better way to implement his solutions. He has a bachelor's degree in computer science from the School of Engineering and Management Vaud in Switzerland and has more than 6 years of experience as a web developer.

Most of his professional career has been spent using PHP, developing a variety of applications ranging from accountability software to e-commerce solutions and CMS. At nights, however, he likes to try other languages, dabbling with Haskell, Scala, and more recently, PureScript, Elm, and Clojure.

Being a certified scrum master, he understands the need to use the right tool for the job and maintaining a readable and maintainable codebase using the best techniques and practices available.

Id like to thank my wife, Charlotte, for being understanding throughout the process of writing this book. My friend Loris also helped me a lot in putting some thoughts to paper and when I was struggling with some theoretical aspects.

Kudos to my colleagues; without them, I wouldnt be half the developer I am today. I will always be grateful for the hours of peer reviews and discussions about technical solutions and application architecture.

I also want to thank the people from my coworking space who provided me with the much needed distraction when faced with a blank page. Thanks for the laughs and banter!

Finally, I am appreciative to Packt for giving me the chance to write a book about my passions although I had no prior experience.

About the Reviewer

Andrew Cayadiscovered his passion for computers at the age of 11 and started programming in GW-BASIC and QBASIC in the early 90s. He also did some software development in C, C++, and Perl, and some Linux system administration before becoming a PHP developer more than 7 years ago. He is now a professional contract programmer in Montreal, Canada, and a loving husband and father.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be»

Look at similar books to Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be»

Discussion, reviews of the book Functional PHP: uncover the secrets of functional programming with PHP to ensure your applications are as great as they can be and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.