Implementing Authentication With Phoenix
Ever wonder how hard it is to implement authentication with Phoenix or how hard it is to roll your own authentication in Phoenix? Well in this blog post we'll find out!
Read MoreHow to Create a Basic Web App With the Phoenix Framework
Overview
In this blog post I'm going to be teaching you how to build a basic web app with the Phoenix 1.2 framework. I will also describe neat little tricks I've learned along the way. I will be creating a nested model relationship app and picking up from where the getting started guide for phoenix leaves off. If you haven't gone through the getting started guide for elixir and are feeling a little lost please consult the Phoenix Framework Overview page.
Read More