View Bindings in Pure Swift Another good episode of Swift Talk from the guys at objc.io. In this episode, Chris and Florian experiment with reactive view bindings. They take the simple scenario of an activity indicator which needs to react to changes in state, and refactor it to bind the indicator to an observable state. Posted on October 31, 2017 #binding #talk
Why the Func Daniel Steinberg with a talk from AltConf 2017 in which he looks at what functional programming means in Swift. He takes a deep dive in to using map, and shows us what we can learn from trying to write our own map functions. Posted on August 3, 2017 #talk #functional #map
Swift Performance Matt Gallagher talks about high performance Swift. He looks at the sort of code that might be run millions of times - i.e low level code rather than abstractions. It’s a really interesting talk, and it’s great to dive in to the low level stuff when we probably spend most of our time working with higher level abstractions. Posted on July 20, 2017 #talk #performance
Swift with a hundred engineers Uber recently undertook a complete rewrite of their main app entirely in Swift. Tuomas Artman talks about their motivations for choosing Swift, and the learnings from using Swift for such a big rewrite. Both the good and the bad a discussed, and it's unsurprising to see tooling and compile times being included as drawbacks. Very interesting. Posted on May 4, 2017 #talk