...

/

Introduction to Optimizing IEx for Ecto

Introduction to Optimizing IEx for Ecto

Learn how to optimize IEx for working with Ecto.

We'll cover the following...

A perk of working with Elixir is IEx, Elixir’s interactive console. With IEx, we can look into a running system to see what’s going on or dash out lines of code we’d like to try. For ...