Course Information
Course Overview
A practical guide to mastering functional programming in ES6 from the perspective of building real-world applications.
In this course, you will have an in-depth overview and the tools in your utility belt to write maintainable code in JavaScript.
We will stick to the latest version of JavaScript in this course, ES2017. You don't have to know ES2017 to benefit from the course, as we will introduce the language constructs that we use during it.
You will experience the benefits of functional programming even if your code is not purely functional. In this course, you will learn the building blocks that act as a utility belt in your arsenal, enabling you to write code that's easy to understand, extend, test, and debug. You will get hands-on practice on how to use currying, partial evaluation, map, reduce, filter, recursion, and other functional programming concepts in ES6.
About the Author
Zsolt Nagy is a web development team lead, mentor, and software engineer living in Berlin, Germany. As a software engineer, Zsolt continuously challenges himself to stick to the highest possible standards when improving his own knowledge. The best way of learning is to create a meaningful product on the way. Until you reach this state, the second best way of learning is to share with others what you learned and how you structure your thoughts.
Zsolt is an author of the book and video course ES6 in Practice, introducing you to all meaningful features of ES6. He is also an author of the book The Developer’s Edge – How to Double Your Career Speed with Soft-Skills.
Course Content
- 6 section(s)
- 22 lecture(s)
- Section 1 Introduction to Functional Programming
- Section 2 Functional Programming in ES6
- Section 3 Higher Order Functions in JavaScript
- Section 4 Currying and Partial Evaluation
- Section 5 Recursion, Tail Recursion, and Accumulator Variables
- Section 6 Summary and Outlook
What You’ll Learn
- Discover the principles of functional programming, Learn the benefits and drawbacks of functional programming compared to other styles, Learn the language constructs of ES6 that are used for functional programming, Write elegant code with chaining and context binding, Understand function composition and function sequencing in depth, Learn about higher order functions with a special emphasis on map, reduce, and filter, Translate SQL queries into chained map and reduce calls, Learn currying and partial application in practice, Learn recursion, tail-call optimization, and the role of accumulator variables, Experiment with optimization techniques combating the performance drawbacks of functional programming, Map out a plan for how to continue after the course
Skills covered in this course
Reviews
-
AAmrik Singh
Very fast teaching pace, inadequate explanations and heavy accent of the instructor
-
JJesper Verbon
Zsolt Nagy is absolutely an expert. Functional javascript can be absolutely mind-boggling and I did not understand everything... will definitely have to rewatch this!
-
AAugusto Solorzano
Some bits and concepts are hard to understand. Waiting for the next volume
-
IIan Leggett
Very fast and hard to following as the coding is too fast