Backend Architecture: Cursor Pagination in Laravel
The Silent Killer: Offset Pagination
When you build an API endpoint to return a list of users or transactions, the default implementation is almost always Offset Pagination. In Laravel, you simply cal
smarttechdevs.hashnode.dev4 min read