Developing an Apple Watch App

At a recent Seattle Xcoders Meetup, Curt Clifton, software engineer at The Omni Group, described what developing for the Apple Watch is like. He discussed a watch app conceptual model, data communication between the phone and the watch, and a few challenges.

Fastlane Brings Continuous Deployment to iOS

Fastlane is a suite of tools that aim at automating the iOS app release process and provide “a fully working Continuous Deployment process” that can be triggered by running a single command. Interview with fast lane’s creator, Felix Krause.

TestFlightApp.com is Going to Shut Down Next Month

Apple announced that “services offered at TestFlightApp.com will no longer be available after February 26, 2015.” The announcement contains a few important hints to help transitioning existing apps from TestFlightApp.com to iTunes Connect.

DuoCode Uses Roslyn to Transpile C# into JavaScript

DuoCode is a C# to JavaScript compiler that promises to allow developers to build HTML5 applications using C# and the .NET framework inside of Visual Studio. InfoQ has interviewed its creators to learn more.

CoffeeScript 1.9 is Available, Introduces Generators Support

CoffeeScript 1.9 has finally introduced support for long awaited generators, which promise to prevent callback hell and help writing async code.