Expert Overview
Things I'm Doing
Talks I've Given
 
Talks I've Given
-
Type-safe Web APIs with Protocol Buffers in Swift
Featuring Yusuke Kita
Apple recently open sourced swift-protobuf which is a plugin of Protocol Buffers for swift language. Protocol Buffers enables us to have type safety, make API faster and unify schema of structured data. JSON used to be a reasonable way for API call in most cases, but Protocol Buffers could be...
ios ioscon swift api type-safe protocol-buffers json