Mastering JavaScript Functional Programming. Write clean, robust, and maintainable web and server code using functional JavaScript and TypeScript - Third Edition - Helion
Tytuł oryginału: Mastering JavaScript Functional Programming. Write clean, robust, and maintainable web and server code using functional JavaScript and TypeScript - Third Edition
ISBN: 9781804610411
stron: 614, Format: ebook
Data wydania: 2023-04-28
Księgarnia: Helion
Cena książki: 119,00 zł
Functional programming is a programming paradigm that uses functions for developing software. This book is filled with examples that enable you to leverage the latest JavaScript and TypeScript versions to produce modern and clean code, as well as teach you to how apply functional programming techniques to develop more efficient algorithms, write more concise code, and simplify unit testing.
This book provides comprehensive coverage of the major topics in functional programming to produce shorter, clearer, and testable programs. You’ll begin by getting to grips with writing and testing pure functions, reducing side effects, as well as other key features to make your applications functional in nature. The book specifically explores techniques to simplify coding, apply recursion, perform high-level coding, learn ways to achieve immutability, implement design patterns, and work with data types.
By the end of this book, you’ll have developed the practical programming skills needed to confidently enhance your applications by adding functional programming to wherever it’s most suitable.
Osoby które kupowały "Mastering JavaScript Functional Programming. Write clean, robust, and maintainable web and server code using functional JavaScript and TypeScript - Third Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Mastering JavaScript Functional Programming. Write clean, robust, and maintainable web and server code using functional JavaScript and TypeScript - Third Edition eBook -- spis treści
- 1. Becoming Functional - Several Questions
- 2. Thinking Functionally - A First Example
- 3. Starting Out with Functions – A Core Concept
- 4. Behaving Properly - Pure Functions
- 5. Programming Declaratively – A Better Style
- 6. Producing Functions – Higher-Order Functions
- 7. Transforming Functions – Currying and Partial Application
- 8. Connecting Functions – Pipelining, Composition, and More
- 9. Designing Functions – Recursion
- 10. Ensuring Purity – Immutability
- 11. Implementing Design Patterns – The Functional Way
- 12. Building Better Containers – Functional Data Types