schedule · 3 min read
Introducing Laddu Notion
Introducing Laddu Notion
2 posts
Introducing Laddu Notion
Imagine you have one million records in a table and you have to display them in a web page. Would you fetch 1 million records in a one shot and send it through an API? Probably not. Offset based pagination is one of the most common technique for fetc...