Sample Ionic 2 Application with a Salesforce Back-End
In my previous post, I shared an Employee Directory application built with Ionic 2. In this post, I share another Ionic 2 sample application: ContactManager is similar to EmployeeDirectory, but instead...
View ArticleSample Application with Ionic 2
The first public alpha of Ionic 2 was announced last week at Angular Connect. Check out the announcement blog post. To experiment with Ionic 2 (and Angular 2), I created a new version of the Employee...
View ArticleEmployee Directory Sample App with React and Node.js
A couple of weeks ago, I shared an Employee Directory sample application built with React in seven steps. Employee directory is a mobile app that allows you to look up employees by name, view the...
View ArticleNew Salesforce Tutorial for Developers
Based on my own experience learning the Salesforce platform a few months ago, I put together a tutorial for developers new to Salesforce development. The objective was to boil down a sometimes...
View ArticleTutorial: HTML Templates with Mustache.js
} When developing modern HTML applications, you often write a lot of HTML fragments programmatically. You concatenate HTML tags and dynamic data, and insert the resulting UI markup into the DOM. Here...
View ArticleBuilding Apps with jQuery and JAX-RS – Sample App
In my previous post, I discussed the process of building RESTful services in Java using JAX-RS and Jersey. As an example, I shared a web application that provides a simple RESTful API for an Employee...
View Article