Named Arguments with Default Values in Elixir
Since Ruby 2.0 you can easily have methods that have named parameters with default values. Today I wanted to find the best way to do »
Since Ruby 2.0 you can easily have methods that have named parameters with default values. Today I wanted to find the best way to do »
Do you have a Phoenix application deployed using Dokku? Then, you can switch to using HTTPS in less than 5 minutes. This is more of a »
In this short blog post I want to show you how easy it is to use Ecto validations together with PostgreSQL unique indexes to validate the »
This is a complete guide on how to deploy a phoenix application to a VPS using Dokku 0.4.0+. Dokku is built on docker and »