/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

ashishkakkad.com
| | benoitpasquier.com
0.7 parsecs away

Travel
| | Most of mobile apps interact at some point with remote services, fetching data from an api, submitting a form... Let's see how to use Codable in Swift to easily encode objects and decode JSON in couple lines of codes.
| | 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.
| | qnoid.com
1.5 parsecs away

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

Travel
| My re-implementation of the code from the official Go tutorial 'Developing a RESTful API with Go and Gin', using only the standard library, adding tests, and fixing issues.