How to store data in an iOS app? - Introduction to data persistence in Swift locally and with sync

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ต.ค. 2024

ความคิดเห็น • 12

  • @thoang613
    @thoang613 ปีที่แล้ว

    I love that you work with mind-maps and focus on the why. Do you happen to know Dr. Justin Sung? He also talks about focusing on the why and connection concepts

  • @lincolndickerson1293
    @lincolndickerson1293 3 ปีที่แล้ว +1

    Great overview. I have been working with these things in multiple projects over the last few years and this is a great summary. Previously I used firebase which had many advantages, the downside is the build times are very long once adding in the cocoapod. Currently I am using AWS as a web service which is the source of truth and holding a local copy of infomation for offline use. Coordinating the updates to AWS and synching those with the local Coredata storage has been an interesting challenge. Thanks for sharing so much of your knowledge.

  • @g-3409
    @g-3409 3 ปีที่แล้ว +1

    I’ve been stuck with a mvvm core data swiftui project for a while now, so seeing your core data course was available, I jumped straight to it now.. see you in some hours, I’ll probably have some questions then 😂

  • @谢雨潇
    @谢雨潇 ปีที่แล้ว

    Love your video. It covers many key concepts of the interviewing questions.

  • @adamdahan839
    @adamdahan839 3 ปีที่แล้ว

    Wonderful video - thank you - can't wait to do your course!

  • @shadieossei4336
    @shadieossei4336 3 ปีที่แล้ว

    Wow! This is amazing. You really made me understand these better. Thanks a lot

  • @MikaelaCaron
    @MikaelaCaron ปีที่แล้ว

    Thanks Karin! Great video! ❤️

  • @josuecruz0921
    @josuecruz0921 2 ปีที่แล้ว

    Great explanation. Thanks alot.

  • @jasondubon
    @jasondubon ปีที่แล้ว

    The cat in the back 😃

  • @AndrewDChristie
    @AndrewDChristie 7 หลายเดือนก่อน

    Thanks!

  • @memofigueredo6931
    @memofigueredo6931 3 ปีที่แล้ว

    I have a good questions what is better to webservices implementation realm or core data you can create one video compare realm vs core data

  • @adamdahan839
    @adamdahan839 3 ปีที่แล้ว

    What if a user has two devices and 1 apple ID. Like most of us (iPhone / iPad) How can you ensure the keychain is synced between the two. Deleting an item from keychain in one device surely takes time to propagate to the second... Any thoughts? The reason why I ask is because I have found that it takes about 25 mintues for data to propagrate to icloud drive & be available to all my devices. Wondering if it's the same for keychain...?