Server sync design
You need to sync a notes app's local database with the server. Downloading everything each time is slow and burns data. How would you design a delta sync protocol?
Server sync design
You need to sync a notes app's local database with the server. Downloading everything each time is slow and burns data. How would you design a delta sync protocol?
iOS system designMultiple choiceAdvanced
In an offline-first to-do app, two devices edit the same item while offline and then sync…
#sync #tombstone #conflict
PersistenceShort answerExpert
You want to add iCloud sync across devices to a SwiftData/Core Data app that has been loc…
#sync #conflict
iOS system designShort answerBasics
Design a simple notes app. Walk me through the architecture, how you store the data, and …
#sync #conflict
iOS system designShort answerAdvanced
Design the "this month's spending and remaining limit" card in a credit card app. The scr…
#offline #conflict