I’m writing this post from Mysore, India where I’m working for the entire month of February. Coming here was a nail-biter for me, but not because of typical western concerns like bedbugs, heat, smog, or monsoons. What terrified me was the idea of traveling all this way and not being able to do my job […]
Monthly Archives: February 2013
Best Practices for Team Android Development
I’d like to take a moment to offer a few suggestions that will hopefully help your Android project along. First I’ll go over the Designer-Developer asset communication and then we’ll look at a few Resources management tips.
Server-side pagination with AngularJS
AngularJS is one of the most used Javascript frameworks nowadays. A characteristic of this framework is the possibility of binding input or output parts of an HTML page to a model represented by standard JavaScript variables. Looping through arrays and collections is made easy by the ngRepeat directive. This directive becomes handy when dealing with […]
An Intro to Resolving Duplicate Results in SQL Queries
I recently reviewed a SQL query that was returning duplicate results. Since I expected, and needed, a single result from the query this was a problem. Here’s an explanation of why this bug occurred, and several different ways it can be resolved.