/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

nilcoalescing.com
| | qnoid.com
3.1 parsecs away

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

Travel
| | Dealing with a JSON network response in iOS projects used to be a pain - you would have to manually parse the response, extract the required values, ignore those that weren't needed, and build your model instances ?. Then came along `Codable` and all that changed.
| | ashishkakkad.com
1.6 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
| | benoitpasquier.com
20.2 parsecs away

Travel
| With SwiftUI being recently introduced, I was curious if we could take advantage of SwiftUI preview to speed up testing localization and make sure your app looks great for any language.