1. Урок 1. 00:03:34
    Refactor to Point Free Functions with Ramda using compose and converge
  2. Урок 2. 00:03:48
    Eliminate Function Arguments (Point-Free Style) with Ramda's Converge
  3. Урок 3. 00:02:14
    Convert a QueryString to an Object using Function Composition in Ramda
  4. Урок 4. 00:03:00
    Select a Subset of Properties from a Collection of Objects in Ramda
  5. Урок 5. 00:05:31
    Handle Branching Logic with Ramda's Conditional Functions
  6. Урок 6. 00:02:35
    Declaratively Map Predicates to Object Properties Using Ramda where
  7. Урок 7. 00:04:47
    Change Object Properties with Ramda Lenses
  8. Урок 8. 00:02:10
    Add and Remove Items in Arrays using Filter, Reject and Partition in Ramda
  9. Урок 9. 00:05:38
    Build a Functional Pipeline with Ramda.js
  10. Урок 10. 00:05:40
    Pick and Omit Properties from Objects Using Ramda
  11. Урок 11. 00:03:40
    Curry and Uncurry Functions with Ramda
  12. Урок 12. 00:02:45
    Declaratively Map Data Transformations to Object Properties Using Ramda evolve
  13. Урок 13. 00:04:11
    Count Words in a String with Ramda's countBy and invert
  14. Урок 14. 00:02:33
    Handle Errors in Ramda Pipelines with tryCatch
  15. Урок 15. 00:03:06
    Create an Array From a Seed Value with Ramda's unfold
  16. Урок 16. 00:03:12
    Convert a Promise.all Result to an Object with Ramda's zip and zipObj
  17. Урок 17. 00:02:25
    Filter an Array Based on Multiple Predicates with Ramda's allPass Function
  18. Урок 18. 00:02:25
    Create a Query String from an Object using Ramda's toPairs function
  19. Урок 19. 00:04:45
    Convert Object Methods into Composable Functions with Ramda
  20. Урок 20. 00:01:59
    Sort an Array of Objects by Multiple Fields with Ramda's sortWith
  21. Урок 21. 00:08:38
    Refactor a Promise Chain to Function Composition using Ramda
  22. Урок 22. 00:03:42
    Refactor to a Point Free Function with Ramda's useWith Function
  23. Урок 23. 00:05:56
    Get a List of Unique Values From Nested Arrays with Ramda
  24. Урок 24. 00:02:49
    Debug Function Compositions with Ramda's Tap Function