Listing tutorials
Published 26 Dec - 2020
Bootstrap 5 and Phoenix LiveView
bootstrapformsmodalliveviewEven though a large part of the Phoenix community seem to embrace Tailwind, there are still a lot that prefer Bootstrap CSS framework. And with Boos..
Published 23 Dec - 2020
Getting Started with Phoenix and LiveView
phoenixliveviewThis guide to getting started with Phoenix covers getting up and running with Elixir and Phoenix. This is a direct conversion of the Getting started..
Published 09 Nov - 2020
Add bulk actions in Phoenix LiveView
bulkliveviewtableIn this tutorial, I have a list of products. One common feature for a table of records is to perform some sort of bulk actions. As an example in thi..
Published 23 Sep - 2020
Setup Stripe with Phoenix LiveView
stripeliveviewformspaymentsIn this tutorial, I will go through how I setup Stripe payments with Phoenix and LiveView to make your app prepared for accepting payments. The tuto..
Published 02 Sep - 2020
Table sorting with Ecto and LiveView
sortingectoliveviewA very common or even mandatory feature in e-commerce stores is the ability to sort a list of products by attributes. This is easy enough and a good..
Published 07 Aug - 2020
Phoenix Presence with Phoenix LiveView
presenceliveviewA lot of apps have some sort of notification on if users are online or not. Phoenix makes it easy to build that with the built in Phoenix Presence. ..