Ash: A Gentle Primer

Learn by Trying LiveBook is an interactive notebook for Elixir that allows you to experiment and tinker with code while providing explanations on the side. It is quick and easy to set up and comes with a set of LiveBooks and CSV files for this tutorial. The tutorial aims to make Ash Framework, a set of tools for Elixir, more approachable to beginners by using analogies, pictures, and a minimal setup. Ash is a tool that allows you to write work orders and magically get things done, accommodating various requests and offering flexibility. The tutorial will cover transforming data, loading it from and back into a CSV file, and using Ash to accomplish the same tasks.

https://jon.hk/elixir/ash/a-gentle-primer-to-ash/

To top