Cursor Pagination Step by Step
Recap: the other way In the previous post we built offset pagination ( ?page=2 ). The server runs LIMIT 10 OFFSET 10 . Simple, but it has two pains: D…
Tech news from the best sources
Recap: the other way In the previous post we built offset pagination ( ?page=2 ). The server runs LIMIT 10 OFFSET 10 . Simple, but it has two pains: D…
Why pagination exists Imagine a workers table with 1,000,000 rows. A request like GET /workers that returns all of them would: send a huge JSON payloa…
TL;DR Я сделал библиотеку для генерации PDF на Java, в которой: Документ описывается семантически (модули, секции, параграфы, таблицы, сло…