Net Neutrality Day of Action
July 12, 2017 is a Day of Action on #netneutrality — learn about the issues and how to contact the FCC and your congressional representatives to keep ISPs from being able to throttle or block content.
Looking Forward to ARKit and AR Apps in iOS 11
At WWDC earlier this month Apple previewed ARKit – it’s initial foray into Augmented Reality or AR. Alongside the intro session at WWDC they published Understanding Augmented Reality which provides a nice overview of how ARKit works, best practices, and its limitations.
Following WWDC the development community has put together a number of great demos that highlight the possibilities and potential of ARKit and the Made with ARKit (@madewithARKit) site has been chronicling some of the best of these.
Here are a few of my favorites…
JSON Parsing, Conversion, and Caching in the Apollo iOS GraphQL Client
In my last post I took a closer look at how the Apollo iOS GraphQL client executes queries and what the resulting JSON looks like. In this post I’m going to focus on how the JSON is parsed and converted to the native Swift types generated by the apollo-codegen tool and also look at how the Apollo iOS client caches results.