Limit this search to....

Functional Programming in JavaScript: How to Improve Your JavaScript Programs Using Functional Techniques
Contributor(s): Atencio, Luis (Author)
ISBN: 1617292826     ISBN-13: 9781617292828
Publisher: Manning Publications
OUR PRICE:   $42.74  
Product Type: Paperback - Other Formats
Published: June 2016
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Programming Languages - Javascript
- Computers | Programming - Object Oriented
Dewey: 005.133
Physical Information: 0.5" H x 7.4" W x 9.1" (1.00 lbs) 272 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Summary

Functional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasks

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

In complex web applications, the low-level details of your JavaScript code can obscure the workings of the system as a whole. As a coding style, functional programming (FP) promotes loosely coupled relationships among the components of your application, making the big picture easier to design, communicate, and maintain.

About the Book

Functional Programming in JavaScript teaches you techniques to improve your web applications - their extensibility, modularity, reusability, and testability, as well as their performance. This easy-to-read book uses concrete examples and clear explanations to show you how to use functional programming in real life. If you're new to functional programming, you'll appreciate this guide's many insightful comparisons to imperative or object-oriented programming that help you understand functional design. By the end, you'll think about application design in a fresh new way, and you may even grow to appreciate monads

What's Inside

  • High-value FP techniques for real-world uses
  • Using FP where it makes the most sense
  • Separating the logic of your system from implementation details
  • FP-style error handling, testing, and debugging
  • All code samples use JavaScript ES6 (ES 2015)

About the Reader
Written for developers with a solid grasp of JavaScript fundamentals and web application design.
About the Author
Luis Atencio is a software engineer and architect building enterprise applications in Java, PHP, and JavaScript.
Table of Contents
    PART 1 THINK FUNCTIONALLY
  1. Becoming functional
  2. Higher-order JavaScript
  3. PART 2 GET FUNCTIONAL
  4. Few data structures, many operations
  5. Toward modular, reusable code
  6. Design patterns against complexity
  7. PART 3 ENHANCING YOUR FUNCTIONAL SKILLS
  8. Bulletproofing your code
  9. Functional optimizations
  10. Managing asynchronous events and data

Contributor Bio(s): Atencio, Luis: -

Luis Atencio (@luijar) is a staff software engineer for Citrix Systems in Fort Lauderdale, Florida. He has a B.S. and an M.S. in computer science and now works full-time developing and architecting applications using JavaScript, Java, and PHP platforms. Luis is very involved in the community and has presented frequently at local meetups and conferences. He blogs about software engineering at luisatencio.net, writes articles for magazines and DZone, and is also the coauthor of RxJS in Action (Manning, forthcoming 2017).