Home
Categories
EXPLORE
True Crime
Comedy
Business
Society & Culture
Health & Fitness
Sports
Technology
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts125/v4/ab/be/e9/abbee972-ba39-ba32-0b77-0ee68373e74a/mza_9416518772998244608.jpg/600x600bb.jpg
Point-Free Videos
Brandon Williams & Stephen Celis
4 episodes
3 hours ago
Point-Free is a video series that explores advanced topics in the Swift programming language. Each episode covers a topic that may seem complex and academic at first, but turns out to be quite simple. At the end of each episode we’ll ask “what’s the point?!”, so that we can bring the concepts back down to earth and show how these ideas can improve the quality of your code today.
Show more...
Technology
Education
RSS
All content for Point-Free Videos is the property of Brandon Williams & Stephen Celis and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Point-Free is a video series that explores advanced topics in the Swift programming language. Each episode covers a topic that may seem complex and academic at first, but turns out to be quite simple. At the end of each episode we’ll ask “what’s the point?!”, so that we can bring the concepts back down to earth and show how these ideas can improve the quality of your code today.
Show more...
Technology
Education
Episodes (4/4)
Point-Free Videos
CloudKit Sync: Sync Metadata
🔒 We want SQLiteData to work seamlessly behind the scenes without you having to worry about how it works, but we also wanted to make sure you had full access to everything happening under the hood. Let’s explore the secret sync metadata table to see how we can fetch and even join against data related to sync, including sharing information and more.
Show more...
3 hours ago
42 minutes 41 seconds

Point-Free Videos
CloudKit Sync: Sharing
🔒 We add iCloud sharing and collaboration to our reminders app rewrite, so that multiple users can edit the same reminders list. It takes surprisingly little code, no changes to our feature's logic, and handles all manner of conflict resolution and more.
Show more...
1 week ago
35 minutes 46 seconds

Point-Free Videos
CloudKit Sync: Assets
🔒 We introduce a new feature to our reminders app: cover images for each reminders list. This pushes us to create a brand new database table to synchronize, and allows us to demonstrate how SQLiteData seamlessly handles binary blobs by converting them to CloudKit assets under the hood.
Show more...
2 weeks ago
41 minutes 46 seconds

Point-Free Videos
CloudKit Sync: The SyncEngine
🔒 With our database migrated, it's time to take the `SyncEngine` for a spin to see how it seamlessly synchronizes data to and from iCloud, how it resolves conflicts when records are edited and deleted from multiple devices, and even how records are synchronized from different versions of the application and database schema.
Show more...
3 weeks ago
42 minutes 39 seconds

Point-Free Videos
Point-Free is a video series that explores advanced topics in the Swift programming language. Each episode covers a topic that may seem complex and academic at first, but turns out to be quite simple. At the end of each episode we’ll ask “what’s the point?!”, so that we can bring the concepts back down to earth and show how these ideas can improve the quality of your code today.