Handling Multiple JavaScript Promises Even if Some Fail I was recently asked a question about handling multiple JavaScript Promises that I thought would be useful to share. Continue Reading →
Using JavaScript Promises in Appcelerator Titanium Update: Beginning with SDK 7.1.0, Titanium supports ES6 features, including Promises, by using the transpile flag in tiapp.xml. Continue Reading →
Creating an Alloy Library for Appcelerator Titanium: xhr.js Background Part of my consulting work entails helping customers with their existing Titanium projects, which means I spend a lot of time working with other people’s code. Continue Reading →
The Promise of JavaScript Promises A couple of years ago, I started a project for a customer developing a cross platform mobile that utilized their custom backend. Continue Reading →