Easy case insensitive text using Postgres' Citext extension Raxx 1.0 released

Step-by-Step Tutorial to Build a Phoenix App that supports user Uploads

Step-by-Step Tutorial to Build a Phoenix App that supports user Uploads

In this step-by-step tutorial, we see in depth how to build a Phoenix app from scratch, letting users upload their files using a multipart form.

We learn how to easily run PostgreSQL with Docker, to receive uploads using Plug, and how to use Ecto to store upload details into the database.