/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

akoutmos.com
| | bryananthonio.com
1.9 parsecs away

Travel
| | A step-by-step guide on creating a REST API with Phoenix, covering everything from database setup to endpoint implementation.
| | blog.nootch.net
2.0 parsecs away

Travel
| | Posts in this series Part 0 Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Onward In the previous articles, we went over installing the tools we'll need for our API project and a small introduction to Event Sourcing, DDD and CQRS and how our library of choice, Commanded, interprets them. We aim to develop a simple Banking API that allows for:
| | serokell.io
1.8 parsecs away

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