1m read

Using Prettier With Elixir

How to leverage and set up prettier js for working with html eex templates

programming, elixir, functional programming, phoenix
5m read

Using Erlang Persistent Terms In Elixir

Persistent term is a new data storage introduced in erlang 21 that is exceptional well suited for readonly use cases

programming, elixir, erlang, functional programming
1m read

Piping :ok tuples

How to cleanly handle {:ok,_} tuples inside an elixir pipe

elixir, functional programming, programming
0m read

Elixir Git pre-commit hooks

Better tooling and development flow for elixir development

git, elixir, programming
3m read

Atoms and Ecto custom types

Ecto doesn't handle atom by default and you can easily define custom ecto types

elixir, functional programming, ecto