Kyle Coberly

Software Engineering Coach

Data Transformations with Lodash

One of the most common day-to-day programming tasks is taking data from one format to another. Doing this procedurally with conditionals and loops is common, but brittle, error-prone, and hard to read and debug. In this talk, you'll learn how to use Lodash's FP module to build rock-solid data transformation pipelines by composing functions.

Links

Video