Using Prettier With Elixir

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

Read more...

2021-04-02
1m read
programming, elixir, functional programming, phoenix

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

Read more...

2021-03-20
5m read
programming, elixir, erlang, functional programming

Piping :ok tuples

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

Read more...

2021-01-15
1m read
elixir, functional programming, programming

Piss-off script kiddies with SSH Tarpit

SSH tarpits are a thing to waste the time of automated scanners.

Read more...

2021-01-10
1m read
devops, ssh, hacking

Elixir Git pre-commit hooks

Better tooling and development flow for elixir development

Read more...

2021-01-06
0m read
git, elixir, programming

Atoms and Ecto custom types

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

Read more...

2021-01-04
3m read
elixir, functional programming, ecto