Deploying Phoenix on Heroku

Deploying Phoenix on Heroku

About to turn 15 years old 🎂, Heroku is still my preferred choice for publishing applications to the cloud quickly. In this article, we will learn how to publish an Elixir/Phoenix application to your infrastructure using buildpacks.First of all, you need to understand some essential Heroku terms

Deploying Phoenix on Heroku
Carlos Souza
January 12, 2024

LiveView authentication

LiveView authentication

In this article we will develop a two-step login screen with Phoenix LiveView. We will also talk about the extra usability features we have when using LiveView, as well as its limitations.Although LiveView provides dynamism and better usability for the user - considering they don't have to reload the page to get updated data - it doesn't have exactly the same capabilities as Plug.Conn. The main limitation of Plug.LiveView.Socket that affected us was the inability to "write" to the user session.

LiveView authentication
Alessandro Teiji
January 12, 2024