/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

www.wyeworks.com
| | elixir-lang.org
2.8 parsecs away

Travel
| | Welcome to Elixir, a dynamic, functional language designed for building scalable and maintainable applications
| | www.amberbit.com
2.3 parsecs away

Travel
| | [AI summary] The article compares Ruby on Rails and Elixir, outlining specific scenarios where Elixir is superior for high-traffic, asynchronous, and scalable distributed systems while identifying cases where Rails remains a viable choice for internal tools and prototypes.
| | 128bit.io
2.0 parsecs away

Travel
| | If you've read any significant amount of my blog you've probably realized that I'm fascinated with programming languages; more precisely the syntax, the community, and the purpose of the language. Elixir happens to be one of these languages that has recently caught my attention. I love the ideas functional programming brings and how you to solve problems as a result of those ideas. One of the things that functional programming is helping people to solve is how to get the most out of systems that have mul...
| | fullstackphoenix.com
18.2 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