/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.emergetools.com
| | swift.org
12.9 parsecs away

Travel
| | It has been a longstanding goal to stabilize Swift's ABI on macOS, iOS, watchOS, and tvOS. While a stable ABI is an important milestone for the maturity of any language, the ultimate benefit to the Swift ecosystem was to enable binary compatibility for apps and libraries. This post describes what binary compatibility means in Swift 5 and how it will evolve in future releases of Swift.
| | belkadan.com
9.2 parsecs away

Travel
| | Someone complained that putting Swift in the OS has only made things worse for developers. That's valid, but misses the point.
| | getstream.io
11.0 parsecs away

Travel
| | See how our iOS and Android SDK teams use Emerge Tools' to measure app and SDK size, ensuring a better user experience for our customers.
| | benoitpasquier.com
29.1 parsecs away

Travel
| Most of mobile apps interact at some point with remote services, fetching data from an api, submitting a form... Let's see how to use Codable in Swift to easily encode objects and decode JSON in couple lines of codes.