
Point-Free
@pointfreeco
Followers
14K
Following
4K
Media
1K
Statuses
8K
A video series exploring advanced topics in the Swift programming language.
Brooklyn, NY
Joined August 2017
We conclude our series on modern persistence and callbacks by showing how we can call back to Swift from a database trigger. We will take advantage of this by improving the ergonomics of two features in our Reminders application.
1
4
35
Get all the details in our episode from this week:.
pointfree.co
We conclude our series on modern persistence and callbacks by showing how we can call back to Swift from a database trigger. We will take advantage of this by improving the ergonomics of two features...
0
0
1
RT @VadimKrutov: @pointfreeco Guys thank you so much. The amount of things I learned during these series is just tremendous. 🙏.
0
1
0
Next week we will push things even *further* by calling Swift code *from* SQLite! We will use these database callbacks to improve the ergonomics of our rewrite of Apple’s Reminders app. See you then!.
This week we show how we can push our app’s validation logic to the *database* using triggers. This ensures data integrity no matter what feature is interacting with the backend database. Learn more:
0
2
20
This week we show how we can push our app’s validation logic to the *database* using triggers. This ensures data integrity no matter what feature is interacting with the backend database. Learn more:
pointfree.co
We add a new tag editing feature to our rewrite of Apple’s Reminders app to show how we can use database triggers to validate them, and prevent invalid state from ever entering our user’s data.
0
1
6
The best place to validate your app’s data is at the database!. Triggers give you a single, central place to prevent invalid state from ever entering your app’s domain. Learn how in this week’s episode:
pointfree.co
We add a new tag editing feature to our rewrite of Apple’s Reminders app to show how we can use database triggers to validate them, and prevent invalid state from ever entering our user’s data.
1
3
22
RT @pointfreeco: SwiftUI makes it easy to implement validation logic for forms directly in the view. But you know what’s better than that?….
0
5
0
Learn about one of the most powerful ways to enforce data validation in your apps:.
pointfree.co
We add a new tag editing feature to our rewrite of Apple’s Reminders app to show how we can use database triggers to validate them, and prevent invalid state from ever entering our user’s data.
0
0
2
RT @pointfreeco: We just released a significant update of our StructuredQueries library:. • Support for generated columns (which are like c….
0
3
0
RT @pointfreeco: Big updates to our SQLite+CloudKit private alpha!. Our library now supports foreign key constraints! Protect the integrity….
github.com
ImportantThe changes released today are breaking and may be incompatible with CloudKit containers created for earlier versions of the alpha. If you experience any issues with the update, try rotati...
0
4
0
We've got a massive test suite of thousands of lines of code that test many of the intricate scenarios that come up in synchronizing across devices. • What happens when two devices edit a record at the same time?.• What happens when child records are received before the.
Big updates to our SQLite+CloudKit private alpha!. Our library now supports foreign key constraints! Protect the integrity of your data while distributing it across many devices. And we support more kinds of primary keys, such as UUIDv7 and more!.
1
1
22
Big updates to our SQLite+CloudKit private alpha!. Our library now supports foreign key constraints! Protect the integrity of your data while distributing it across many devices. And we support more kinds of primary keys, such as UUIDv7 and more!.
github.com
ImportantThe changes released today are breaking and may be incompatible with CloudKit containers created for earlier versions of the alpha. If you experience any issues with the update, try rotati...
2
4
20