Functional Programming in JavaScript: How to Improve Your Javascript Programs Using Functional Techniques

  • 6h 33m 46s
  • Luis Atencio
  • Manning Publications
  • 2018

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-understand 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)

In this Audiobook

  • Chapter 1 - Becoming Functional
  • Chapter 2 - Higher-Order JavaScript
  • Chapter 3 - Few Data Structures, Many Operations
  • Chapter 4 - Toward Modular, Reusable Code
  • Chapter 5 - Design Patterns against Complexity
  • Chapter 6 - Bulletproofing Your Code
  • Chapter 7 - Functional Optimizations
  • Chapter 8 - Managing Asynchronous Events and Data