Up and running with Svelte 3
course by Tomasz Łakomy
Functional Programming in JavaScript with Ramda.js
course by Andy Van Slaars
Recreating Popular JavaScript Utility Methods from Lodash
course by Jamund Ferguson
Create forms in Svelte with Svelte Forms Lib
course by Andrew Smith
Create an Array From a Seed Value with Ramda's unfold
lesson by Andy Van Slaars
Debug Function Compositions with Ramda's Tap Function
lesson by Andy Van Slaars
Curry and Uncurry Functions with Ramda
lesson by Andy Van Slaars
Count Words in a String with Ramda's countBy and invert
lesson by John Lindquist
Lodash: Refactoring Simple For Loops
lesson by John Lindquist
Update Component State in React With Ramda Lenses
lesson by Andy Van Slaars
Create a Reusable Mapping Function with Ramda's Map
lesson by Andy Van Slaars
Convert a Promise.all Result to an Object with Ramda's zip and zipObj
lesson by Andy Van Slaars
Declaratively Map Data Transformations to Object Properties Using Ramda evolve
lesson by Andy Van Slaars
Debounce (delay) User Input in AngularJS with Lodash
lesson by John Lindquist
Get Deeply Nested Properties Safely with Ramda's path and pathOr Functions
lesson by Andy Van Slaars
Declaratively Map Predicates to Object Properties Using Ramda where
lesson by Andy Van Slaars
Select a Subset of Properties from a Collection of Objects in Ramda
lesson by Andy Van Slaars
Refactor Business Logic to Composable Functions with Lodash
lesson by Paul Frend
Add and Remove Items in Arrays using Filter, Reject and Partition in Ramda
lesson by Andy Van Slaars
Lodash - sortBy and sortedIndex
lesson by John Lindquist
Change Object Properties with Ramda Lenses
lesson by Andy Van Slaars