TÃtulo : |
Beginning Functional JavaScript : Uncover the Concepts of Functional Programming with EcmaScript 8 |
Tipo de documento: |
documento electrónico |
Autores: |
Aravinth, Anto, ; Machiraju, Srikanth, |
Mención de edición: |
2 ed. |
Editorial: |
Berkeley, CA : Apress |
Fecha de publicación: |
2018 |
Número de páginas: |
XVII, 307 p. 26 ilustraciones |
ISBN/ISSN/DL: |
978-1-4842-4087-8 |
Nota general: |
Libro disponible en la plataforma SpringerLink. Descarga y lectura en formatos PDF, HTML y ePub. Descarga completa o por capítulos. |
Idioma : |
Inglés (eng) |
Palabras clave: |
Programación de computadoras programación de internet Técnicas de programación IngenierÃa de software Desarrollo web |
Clasificación: |
006.76 |
Resumen: |
Comprender los conceptos de programación funcional y la naturaleza funcional del lenguaje JavaScript. Comenzando con una introducción a los conceptos de programación funcional, aprenderá las diferencias clave entre programación imperativa y funcional. Al sumergirse directamente en las funciones de JavaScript, aprenderá a escribirlas con ES8. Seguido de esto, pasará a funciones de orden superior y aprenderá cómo ''Funcionar como datos'' abre un mundo de posibilidades. Luego creará funciones de orden superior con cierres. Luego se presentarán las matrices, seguidas de un conjunto de API que puede usar con ellas. Aprenderá cómo transformar una función en otra mediante curry y aplicación parcial. La función de redacción se analizará en detalle, seguida de los functores y las mónadas. Después de analizar en profundidad los funtores aplicativos, conocerá las nuevas funciones que se ofrecen en ES8. Los capÃtulos finales de Principio de JavaScript funcional le mostrarán cómo utilizar un conjunto de herramientas funcionales para crear una pequeña biblioteca que le permita desarrollar aplicaciones web, seguido de consejos para probar su código funcional. Usted: Descubrirá conceptos de programación funcional, como el relleno de cadenas y las funciones asÃncronas. Identificará cómo se tratan las funciones en JavaScript. Creará una biblioteca funcional que imita a Underscore.JS. Profundizará en las caracterÃsticas funcionales de ES8, como los operadores de extensión y los generadores. Creará una biblioteca que funcione como reaccionar. -patrón redux siguiendo el paradigma funcional. |
Nota de contenido: |
Chapter 1: Functional Programming In Simple Terms -- Chapter 2: Fundamentals of JavaScript functions -- Chapter 3: Higher Order Functions -- Chapter 4: Closures and higher order functions -- Chapter 5: Being Functional On Arrays -- Chapter 6: Currying and Partial Application -- Chapter 7: Composition and pipeline -- Chapter 8: Fun with Functors -- Chapter 9: Monads In Depth -- Chapter 10: Pause, Resume with Generators -- Chapter 11: Building a Small React-like Library -- Chapter 12: Testing and Closing Thoughts. |
Tipo de medio : |
Computadora |
Tipo de contenido : |
Texto |
Summary : |
Understand functional programming concepts and the functional nature of the JavaScript language. Starting with an introduction to functional programming concepts, you will learn the key differences between imperative and functional programming. Diving straight into JavaScript functions, you will learn to write them with ES8. Followed by this you will move to higher order functions and learn how 'Function as Data' opens up a world of possibilities. You will then build higher order functions with closures. Arrays will then be introduced, followed by a set of APIs you can use with them. You will learn how to transform one function to another using currying and partial application. The compose function will be discussed in detail, followed by functors and monads. After having an in-depth look at applicative functors, you will learn the new features offered in ES8. The concluding chapters of Beginning Functional JavaScript will show you how to usea functional toolkit to build a small library that allows you to develop web applications, followed by tips on testing your functional code. You will: Discover functional programming concepts such as string padding and async functions Identify how functions are treated in JavaScript Create a functional library that mimics Underscore.JS Deep dive into ES8 functional features such as spread operators and generators Create a library that works like the react-redux pattern by following the functional paradigm. |
Enlace de acceso : |
https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...] |
Beginning Functional JavaScript : Uncover the Concepts of Functional Programming with EcmaScript 8 [documento electrónico] / Aravinth, Anto, ; Machiraju, Srikanth, . - 2 ed. . - Berkeley, CA : Apress, 2018 . - XVII, 307 p. 26 ilustraciones. ISBN : 978-1-4842-4087-8 Libro disponible en la plataforma SpringerLink. Descarga y lectura en formatos PDF, HTML y ePub. Descarga completa o por capítulos. Idioma : Inglés ( eng)
Palabras clave: |
Programación de computadoras programación de internet Técnicas de programación IngenierÃa de software Desarrollo web |
Clasificación: |
006.76 |
Resumen: |
Comprender los conceptos de programación funcional y la naturaleza funcional del lenguaje JavaScript. Comenzando con una introducción a los conceptos de programación funcional, aprenderá las diferencias clave entre programación imperativa y funcional. Al sumergirse directamente en las funciones de JavaScript, aprenderá a escribirlas con ES8. Seguido de esto, pasará a funciones de orden superior y aprenderá cómo ''Funcionar como datos'' abre un mundo de posibilidades. Luego creará funciones de orden superior con cierres. Luego se presentarán las matrices, seguidas de un conjunto de API que puede usar con ellas. Aprenderá cómo transformar una función en otra mediante curry y aplicación parcial. La función de redacción se analizará en detalle, seguida de los functores y las mónadas. Después de analizar en profundidad los funtores aplicativos, conocerá las nuevas funciones que se ofrecen en ES8. Los capÃtulos finales de Principio de JavaScript funcional le mostrarán cómo utilizar un conjunto de herramientas funcionales para crear una pequeña biblioteca que le permita desarrollar aplicaciones web, seguido de consejos para probar su código funcional. Usted: Descubrirá conceptos de programación funcional, como el relleno de cadenas y las funciones asÃncronas. Identificará cómo se tratan las funciones en JavaScript. Creará una biblioteca funcional que imita a Underscore.JS. Profundizará en las caracterÃsticas funcionales de ES8, como los operadores de extensión y los generadores. Creará una biblioteca que funcione como reaccionar. -patrón redux siguiendo el paradigma funcional. |
Nota de contenido: |
Chapter 1: Functional Programming In Simple Terms -- Chapter 2: Fundamentals of JavaScript functions -- Chapter 3: Higher Order Functions -- Chapter 4: Closures and higher order functions -- Chapter 5: Being Functional On Arrays -- Chapter 6: Currying and Partial Application -- Chapter 7: Composition and pipeline -- Chapter 8: Fun with Functors -- Chapter 9: Monads In Depth -- Chapter 10: Pause, Resume with Generators -- Chapter 11: Building a Small React-like Library -- Chapter 12: Testing and Closing Thoughts. |
Tipo de medio : |
Computadora |
Tipo de contenido : |
Texto |
Summary : |
Understand functional programming concepts and the functional nature of the JavaScript language. Starting with an introduction to functional programming concepts, you will learn the key differences between imperative and functional programming. Diving straight into JavaScript functions, you will learn to write them with ES8. Followed by this you will move to higher order functions and learn how 'Function as Data' opens up a world of possibilities. You will then build higher order functions with closures. Arrays will then be introduced, followed by a set of APIs you can use with them. You will learn how to transform one function to another using currying and partial application. The compose function will be discussed in detail, followed by functors and monads. After having an in-depth look at applicative functors, you will learn the new features offered in ES8. The concluding chapters of Beginning Functional JavaScript will show you how to usea functional toolkit to build a small library that allows you to develop web applications, followed by tips on testing your functional code. You will: Discover functional programming concepts such as string padding and async functions Identify how functions are treated in JavaScript Create a functional library that mimics Underscore.JS Deep dive into ES8 functional features such as spread operators and generators Create a library that works like the react-redux pattern by following the functional paradigm. |
Enlace de acceso : |
https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...] |
|  |