/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

eaj.no
| | bryananthonio.com
2.6 parsecs away

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

Travel
| | Continuing with our theme of trying to push Elixir and Phoenix a little on this site rebuild, we will move our site search inside of a PostgreSQL function and experiment with different ways to call it from Ecto.
| | 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
| | blog.hmpl-lang.dev
18.5 parsecs away

Travel
| It is not uncommon to encounter such a task when creating a web application, when it is necessary to transfer a component between sites. Usually, these are some kind of general buttons, blocks like footer, header, and the like. Component For example, we can take the button component, which we...