Just Fluent 4.0: Manage Database Connections and Decode SQL Queries in Swift
ORM — Object Relational Mapping is a layer of type-casting between the database and the programming language. Fluent is an open-source ORM…
Read more »ORM — Object Relational Mapping is a layer of type-casting between the database and the programming language. Fluent is an open-source ORM…
Read more »Learn how to use the brand new actor model to protect your application from unwanted data-races and memory issues.
Read more »Doug Gregor from Apple joins John to discuss Swift 5.5’s new concurrency features in great detail. How do features like async/await and actors work under the hood, and how were those concepts adapted in order to feel right at home within Swift’s existing …
Read more »This article shows you how to convert your Swift code to a custom LLDB command and how to automatically load it into the debugger.
Read more »We all know that async / await was one of this year’s big announcements WWDC. It completely changes the way we interact with concurrent code. Instead of using completion handlers, we can await results…
Read more »At WWDC21, Apple has introduced Swift 5.5, available in beta. Among its new features, one of the most anticipated is better concurrency support using aysnc/await and actors.
Read more »Some problems are easier to solve by creating a customized programming language, or “domain-specific language.” While creating a DSL…
Read more »Maybe this is not the place to ask since is Apple specific but I’m sure a lot of folks are wondering: will the async features be backwards deployable or only work on the new OSs?
Read more »Dive into the details of Swift concurrency and discover how Swift provides greater safety from data races and thread explosion while…
Read more »Maybe this is not the place to ask since is Apple specific but I’m sure a lot of folks are wondering: will the async features be backwards deployable or only work on the new OSs?
Read more »