Basics
Intermediate
Advanced
Testing
Data Processing
Ecto
Storage
Miscellaneous
Articles authored by Elixir School contributors and members of the community.
JWT Auth in Elixir with Joken
Use Joken and JOSE for a light-weight implementation of JWT Auth in your Elixir web application.
Sophie DeBenedetto
Building web apps with Plug.Router
When it comes to building a web application with Elixir many people will immediately reach for Phoenix. However, did you know Plug.Router is just as viable an option? Sometimes, it can be even faster.
Plug.Router
Sean Callan
Deploying our Plug.Router application to Heroku
Want to put your app in the real world? Today we do it with Heroku!
Bobby Grayson