AWS Amplify has great support for Querying and Mutating the offline cache. Here, I outline the quickest way to get set up with offline persistence for your iOS app. (more…)
Read more »
When writing iOS apps, we regularly run into code that is asynchronous. Sometimes you know you're writing something that will run asynchronously and other times you're passing a completion handler to… (more…)
Read more »
At the TensorFlow summit last year, I caught up with Chris Lattner who
was at the time working on Swift for TensorFlow - we ended up talking
about concurrency and what he had in mind for
Swift. (more…)
Read more »
A proof of concept scripting library for Swift. Contribute to twostraws/Brisk development by creating an account on GitHub. (more…)
Read more »
Computed properties are a very useful feature in Swift when used correctly. Learn what they are and how you can use them in this week’s post. (more…)
Read more »