/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

sintraworks.github.io
| | swiftwithmajid.com
6.1 parsecs away

Travel
| | Apple recently released Swift 6.1, with most of the changes being cosmetic. However, I particularly like the scoping feature introduced in the Swift Testing framework. This week, we'll delve into the new test scoping feature and explore how to effectively utilize it in Swift.
| | rx-marin.com
3.6 parsecs away

Travel
| | In my talk at dotSwift 2017 I start with generic overview of some of the RxSwift basics and move to three complete code examples. In three posts I'll post the sample code and comment shortly why I chose to highlight these exact examples. I already posted a write up on the GitHub API search example here: http://rx-marin.com/post/dotswift-search-github-json-api/. Let's continue with example number two. Presenting a View Controller from RxSwift RxSwift doesn't neccessarily force you into one architecture or...
| | swiftrocks.com
4.8 parsecs away

Travel
| | The choice between using Storyboards and writing views programmatically is very subjetive. Having dealt with both in the past, I personally vouch for writing projects entirely through view code as it allows multiple people to work in the same class without nasty conflicts, and easier code reviews.
| | sunshinejr.com
23.7 parsecs away

Travel
| Programming adventures