Xcoders (Online Edition): Reactive Programming and GraphQL
Details
We're back for another round of awesome talks! Featuring Frank Foster and Mohammad Azam 🎉
Schedule:
- Frank Foster, Rocket Mortgage – Swift and Reactive Programming: An Overview
- Mohammad Azam, DigitalCrafts – Getting Started with GraphQL for iOS Using Apollo Client
- Online social catchup!
Talk details:
Frank Foster – Swift and Reactive Programming: An Overview
"Are you curious about Reactive programming and Reactive frameworks in Swift? This is a good start to understanding Reactive programming, some of the frameworks to make it possible and the ways you can integrate it into your app with some examples!"
Mohammad Azam – Getting Started with GraphQL for iOS Using Apollo Client
"GraphQL is quickly becoming the next REST. GraphQL allows developers to use a single endpoint to perform queries on the server. Queries are implemented using GraphQL structured query language.
GraphQL can be integrated with iOS applications using Apollo client. Apollo client provides strong-type support, caching support for iOS apps. In this session, you are going to take a quick look at building GraphQL applications using iOS."