/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

james-carr.org
| | fullstackphoenix.com
2.0 parsecs away

Travel
| | Fuzzy find is both a simple and a complex thing. Even though though it's simple to implement, its hard to get right from a UX perspective. Luckily, I can help you get going with the technological impl
| | serokell.io
2.2 parsecs away

Travel
| | Phoenix is the main web framework in the Elixir ecosystem. Learn how it works and what's special about it.
| | minhajuddin.com
1.8 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
13.8 parsecs away

Travel
| Let say you have a long table that you want to paginate with Phoenix LiveView. In this tutorial, I have an existing table with 100 entries that I will use LiveView to paginate. The reason that one