All Posts tagged as "phoenix"

An Introduction to Exceptions in Elixir

Exceptions are a core aspect of programming, and a way to signal when something goes wrong with a program. An exception could result from a simple error, or your program might crash because of underlying constraints. Exceptions are not necessarily bad, though — they are fundamental to any working application.

Read

Monitoring Application Email Delivery

Monitor all emails being sent by your app and retry based on WebHook notifications about failures.

Read

Elixir Pooling with Poolboy

Creating a pool of processes cannot get easier in Elixir.

Read