This is a bundle that @ChristinaMltn and I put together. You get two books where you'll learn how to:
- Make your app stable by avoiding the crash-prone shortcuts that so many tutorials encourage 🚫💥
- Call APIs with OAuth when your back-end requires real security 🔐
- Develop solid unit tests to ensure your JSON parser works today and in the future ✅
- Send custom headers in your HTTP requests for when your server wants extra info ℹ️
- Send HTTP POST and DELETE requests ’cuz nobody gets everything right the first time (and this gives users the opportunity to edit & delete those mistakes they made) ✏️
- Add offline mode to your app so users can still, you know, use it when they’re not connected 🏝
- Create model objects and transform your JSON data into them so you can eliminate stringly-typed code 🏎
- Gracefully handle those cases when you get data you don’t expect (Really? Data you don’t expect? Yep, it happens.) 😮😌
We created the bundle so you can save 20% over buying our books individually, and we hope you love it!
Parsing JSON in Swift