This week’s article is about library development, and contains a few techniques and principles that can be good to keep in mind when designing and building reusable Swift libraries. (more…)
Read more »
Following Google’s announcement at Google I/O 2017 that Kotlin would be getting first class support on Android, Wesley Reisz spoke to Andrey Breslav, the lead language designer of Kotlin at JetBrains. (more…)
Read more »
Learn how to use opaque return types and the some keyword in Swift 5. Understand the difference between opaque return types, generics and protocols. (more…)
Read more »
The other day I came across a bug in my RethinkDB driver for Swift. The function that runs the query defines a generic parameter T, which is used to cast the result of the query to a specific… (more…)
Read more »
Implementing a sentiment analysis feature with Core ML and Natural Language libraries. (more…)
Read more »