/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

blog.drewolson.org
| | akoutmos.com
13.3 parsecs away

Travel
| | Learn how to test your Elixir+Ecto applications without using a database
| | vfoley.xyz
16.5 parsecs away

Travel
| |
| | minhajuddin.com
15.6 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
| | fullstackphoenix.com
31.0 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.