Transformation: Sort Data
Explore how to sort data entries by their creation date in descending order and extract a fixed number of items using built-in Elixir functions. Learn to implement these transformations in a CLI module and write tests to ensure correct behavior, building your skills in data manipulation and project organization.
We'll cover the following...
We'll cover the following...
Sort the data
Let’s have a look at the original design in the following figure.
We’re making good progress. We’ve coded all the functions of the ...