Pagination
You're loading a feed with offset pagination. While the user is reading page 2, 3 new posts get added at the top of the feed. What happens when you request page 3?
Pick one
Pagination
You're loading a feed with offset pagination. While the user is reading page 2, 3 new posts get added at the top of the feed. What happens when you request page 3?
Pick one
iOS system designShort answerBasics
For a mobile feed, would you paginate by offset or by cursor (keyset)? Justify it with th…
#pagination #offset #cursor
iOS system designShort answerExpert
Design the comment feed page for a community app. Constraints: comments are shown flat (n…
#pagination #cursor
iOS system designShort answerAdvanced
An iOS app implements infinite scroll for a photo feed seen by hundreds of millions of us…
#pagination #cursor
CS fundamentals and algorithmsShort answerBasics
In an endless iOS list like a pin board, you want to stop the same item showing twice or …
#pagination #cursor