Principal Research Scientist, Mozilla; Professor of Interactive Computing, Georgia Tech • Open source WebAR tech • We need to solve privacy • Need to improve what we can know or sense in real time http://www.argonjs.io/
Inception is the same image classifier that powers google photos, is open source • Parsey McParseface, syntactic parser, also open source https://codelabs.developers.google.com/cod elabs/tensorflow-for-poets/
Keep layouts small and shallow • Avoid RelativeLayout at the root • Android Studio Lint gives good warnings for layout perf • Systrace, Layout Inspector, HeirarchyView, all good built in tools for debugging layout perf https://www.youtube.com/watch?v=gwqQT5Nrh Ug
of Open Source, Formidable • React Native is “the perfect API” • The web is much better than app stores for helping you find/discover things • Devs like fast turnaround when building and shipping
Square Inc. • Overview of where RxJava is different from Reactive Streams standard • Java 9 is adding Flow class, will supercede Reactive Streams once it is adopted https://www.youtube.com/watch?v=hcxMtomE6fI
Labs • http://www.electrode.io/ OS platform for node.js/react apps • Server-side rendering was success (related medium post) • They do lots of dev experiments https://medium.com/walmartlabs/introducing-ele ctrode-an-open-source-release-from-walmartlab s-14b836135319
• Swift/ObjC interop both works and doesn’t work • Long term refactor success story • Swift 2->3 took 9 engineers 1 month of solid work to complete • Would not have been possible without excellent QA team • Don’t use apple’s migration