#elixir #programming #web_development #framework #api
I think this is great as a learning exercise, but in practice i’d definitely use phoenix.
https://medium.com/@AlchemistCamp/i-think-this-is-great-as-a-learning-exercise-but-in-practice-id-definitely-use-phoenix-e3abe7ef2749
I think this is great as a learning exercise, but in practice i’d definitely use phoenix.
https://medium.com/@AlchemistCamp/i-think-this-is-great-as-a-learning-exercise-but-in-practice-id-definitely-use-phoenix-e3abe7ef2749
Medium
Response to Kamil Lelonek
I built an even lower-level solution, using Cowboy without Plug for my Zero to Framework series and it was great for getting a better…
#elixir #api #pagination
Offset and cursor pagination explained
https://dev.to/jackmarchant/offset-and-cursor-pagination-explained-b89
Offset and cursor pagination explained
https://dev.to/jackmarchant/offset-and-cursor-pagination-explained-b89
DEV Community
Offset and Cursor Pagination explained
Pagination is a common concept in software development. Understanding the difference between offset and cursor pagination is critical to building or working with APIs.