Flight School

Articles

Training a Text Classifier with Create ML and the Natural Language Framework

Learn how to use Create ML to train a Natural Language model that predicts the programming language of code.

Flight School for Chinese Language Speakers

Flight School is partnering with Juejin to publish our books for Chinese language speakers.

Running Xcode Playgrounds on Travis CI

How do you ensure that Playgrounds continue to work with each new version of Swift and platform SDKs?

DIY Codable Encoder / Decoder Kit

In Swift 4, a type that conforms to the Codable protocol can be encoded to or decoded from representations for any format that implements a corresponding Encoder or Decoder type.

Benchmarking Codable

Swift Codable can automatically synthesize initializers that decode models from JSON. But how does this generated code compare to what it replaces?