/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

0x7f.dev
| | minhajuddin.com
3.4 parsecs away

Travel
| | 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
3.1 parsecs away

Travel
| | A step-by-step guide on creating a REST API with Phoenix, covering everything from database setup to endpoint implementation.
| | fullstackphoenix.com
2.4 parsecs away

Travel
| | 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
11.4 parsecs away

Travel
| 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.