iOS system designAppleinterview report
Notes app design
Design a simple notes app. Walk me through the architecture, how you store the data, and how it flows.
Notes app design
Design a simple notes app. Walk me through the architecture, how you store the data, and how it flows.
PersistenceShort answerExpert
You want to add iCloud sync across devices to a SwiftData/Core Data app that has been loc…
#sync #conflict #swiftdata #cloudkit
PersistenceShort answerAdvanced
Chat in a secondhand marketplace app has to work for reading and writing on the subway. D…
#offline-first #sync #swiftdata
iOS system designShort answerBasics
How is an "offline-first" app architecture different from the usual "network first, fall …
#offline-first #sync
iOS system designMultiple choiceAdvanced
In an offline-first to-do app, two devices edit the same item while offline and then sync…
#sync #conflict