You are here |
williamboles.com | ||
| | | |
www.enekoalonso.com
|
|
| | | | 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.... | |
| | | |
blog.metaobject.com
|
|
| | | | I just finished watching Daniel Lemire's talk on the current iteration of simdjson , a JSON parser that clocks in at 2.5GB/s! I've been fol... | |
| | | |
benoitpasquier.com
|
|
| | | | It's been almost two years that Combine has been introduced to the Apple developer community. As many developer, you want to migrate your codebase to it. You don't want to be left behind but you're not sure where to start, maybe not sure if you want to jump to SwiftUI either. Nothing to worry, let's see step by step how to migrate an iOS sample app using UIKit and RxSwift to Combine. | |
| | | |
haim.dev
|
|
| | A guide to making a MacOS application written in Python notarized for Catalina. |