/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

benoitpasquier.com
| | www.alexedwards.net
6.0 parsecs away

Travel
| |
| | williamboles.com
1.0 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.
| | www.enekoalonso.com
1.1 parsecs away

Travel
| | Swift's Codable protocol (together with Encodable and Decodable) was introduced in Xcode 9 with Swift 4. This changed for good how we encode and decode JSON....
| | timilearning.com
28.2 parsecs away

Travel
| This post will contain some examples of good and bad Go code, using them to show common mistakes that can be made when starting to build concurrent programs, and how those can be corrected. It will cover goroutines, mutexes, condition variables, and channels.