Product News
Connected Devices: Extending Service Provider Visibility Into the Last-mile Network
Chris Chua

Chris Chua

Software Engineer

Filter by
category
topic
Blog Thumbnail: Creating Extensible Widgets Part 2: AngularJS Directive Controllers
Engineering
Creating Extensible Widgets Part 2: AngularJS Directive Controllers
In Part 1, I converted a widget from a jQuery plugin into an AngularJS directive. Here, I talk about how to write an extensible widget through using Directive Controllers, a feature in AngularJS directives.
By Chris Chua | October 22, 2013 | 23 min read
Blog Thumbnail: Creating Extensible Widgets Part 1: jQuery to AngularJS
Engineering
Creating Extensible Widgets Part 1: jQuery to AngularJS
Whether you’re developing websites or web applications, you’ve probably encountered the need for some form of interactive controls that don’t come out of the box from the browser. The date picker is a classic example of such functionality. In many cases, the interactivity…
By Chris Chua | October 15, 2013 | 27 min read
Blog Thumbnail: Tips for a front-end test-friendly web application Part I: Targeting
Engineering
Tips for a front-end test-friendly web application Part I: Targeting
In application development, testing ensures that your brand spankin’ new application works. In particular, you want to be able to add new features to the application without breaking the existing features. Web applications can be difficult to test if they aren’t made with…
By Chris Chua | July 10, 2013 | 15 min read