Mobile

14 01, 2017

Fiery Reactions: A Mobile ReactJS Ecosystem with Firebase

By |2017-01-14T09:12:01-05:00January 14th, 2017|

Facebook has given us React Native, a javascript platform for building native applications with native look and feel. Google has given us Firebase, a backend system that provides authentication, data storage, hosting, analytics, notifications, and more. And, of course, Apple gave us the iPhone. In this talk, we'll use these technologies from these tech giants together to rapidly build a robust mobile application and deploy it to a device. We'll see how much faster it is to avoid building out a backend entirely, and we'll see the advantages of a multi-platform tool over native code in mobile development.

14 01, 2017

How to Build the Virtual DOM

By |2017-01-14T09:12:01-05:00January 14th, 2017|

For years front-end developers have bemoaned having to use the DOM; it's slow, inconsistent, and difficult to use. While libraries of the past provided better ways to interface with the DOM, recent libraries like React and Vue have instead implemented an entirely new DOM: the virtual DOM. Implementations of the virtual DOM allow developers to create and maintain UI components using entirely declarative interfaces that completely abstract away the real DOM. In this session, attendees will unlock the power of the virtual DOM through a step-by-step tutorial on the creation of a virtual DOM implementation in under 200 lines of [...]

14 01, 2017

Native iOS and Android Development with C# and Xamarin

By |2017-01-14T09:11:57-05:00January 14th, 2017|

Xamarin helps C# developers become native iOS, Android, and Windows mobile app developers overnight. In this session, you'll learn how to leverage your existing .NET and C# skills to create iOS and Android mobile apps in Visual Studio with Xamarin. Besides letting you write your iOS and Android apps in C#, Xamarin lets you reuse existing .NET libraries and share your business logic across iOS, Android, and Windows apps. This session will also give you the tools to determine how much existing C# code can go mobile to iOS and Android, plus help you determine the architecture necessary to support [...]

Go to Top