/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

williamboles.com
| | qnoid.com
1.0 parsecs away

Travel
| | This is a personal website, at the outskirts of the web, away from social media and publishing platforms.
| | benoitpasquier.com
2.5 parsecs away

Travel
| | It's been almost two years that Combine has been introduced to the Apple developer community. As many developer, you want to migrate your codebase to it. You don't want to be left behind but you're not sure where to start, maybe not sure if you want to jump to SwiftUI either. Nothing to worry, let's see step by step how to migrate an iOS sample app using UIKit and RxSwift to Combine.
| | ashishkakkad.com
1.0 parsecs away

Travel
| | Codable is added with Xcode 9, iOS 11 and Swift 4. Codable is used to make your data types encodable and decodable for compatibility with external representations such as JSON. Codable use to support both encoding and decoding, declare conformance to Codable, which combines the Encodable and Decodable protocols. This process is known as making ... Read more
| | whackylabs.com
28.3 parsecs away

Travel
| After many years of search for the best way to build GUI softwares I think I've finally found the one true architecture to rule them all!