iOS system design
Pagination strategy
For a mobile feed, would you paginate by offset or by cursor (keyset)? Justify it with the differences between the two.
Pagination strategy
For a mobile feed, would you paginate by offset or by cursor (keyset)? Justify it with the differences between the two.
iOS system designMultiple choiceBasics
You're loading a feed with offset pagination. While the user is reading page 2, 3 new pos…
#pagination #cursor #offset
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