|
You are here |
0x7f.dev | ||
| | | | |
minhajuddin.com
|
|
| | | | | In a previous blog post I was trying to store username/email in a case insensitive way in postgres. A few folks commented that the citext postgres extension actually did this in a very easy and straig | |
| | | | |
bryananthonio.com
|
|
| | | | | A step-by-step guide on creating a REST API with Phoenix, covering everything from database setup to endpoint implementation. | |
| | | | |
fullstackphoenix.com
|
|
| | | | | A 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 fit for Phoenix LiveView. In this tutorial, I will | |
| | | | |
fullstackphoenix.com
|
|
| | | Let say you app uses a javascript library that needs to interact with your app. For example a LiveView component. That is possible with the built in Phoenix Channels and Phoenix PubSub. | ||