Elixir Alias, import, require and use in Elixir - complete guide with use cases. In most programming languages we often deal with instructions responsible for handling dependencies. Elixir is no different.
Elixir How database transactions work in Ecto and why Elixir makes it awesome? Today we're going to look at how Ecto, Elixir's first-choice database access library, handles relational (SQL) database transactions.
Elixir Elixir Trickery: Cheating on Structs, And Why It Pays Off While we can't say cheating on anyone is okay, we're not as absolutistic when it comes to cheating on Elixir at times.