With the JSONSerialization class you can parse JSON into dictionaries, arrays, and other standard Swift types, without requiring Codable types| Matteo Manferdini
Many developers find unit testing confusing. In this essential guide I show the simple concepts that will make unit testing more approachable.| Matteo Manferdini
A comprehensive guide to making REST API calls in swift with the proper networking layer architecture for iOS apps in SwiftUI.| Matteo Manferdini
SwiftUI Structural Foundations The best practices of professional iOS developers to create well-structured SwiftUI apps ready for the App Store Git for iOS Development Take advantage of all the Git features and best practices to improve your daily iOS development workflow.| Matteo Manferdini
Parsing JSON Data is a fundamental in modern SwiftUI apps. This comprehensive guide covers all the aspects of the Codable protocols in Swift.| Matteo Manferdini
Save JSON data inside an Xcode project to populate your app or use it in SwiftUI previews or save data inside the app's documents directory.| Matteo Manferdini