Distributed Agile Development with a Global Team

Businesses need distributed Agile Development to offer a first class service with 24×7 support. There are strategic benefits in the Agile software development life-cycle (SDLC) outside of cost benefits to this approach. Distributed Agile Teams Most teams that try to do Agile Development end up with a Frankenstein process that keeps the spirit but lacks execution.  The […]

Continue reading


Jolt – How to Augment JSON APIs By Using Transformations

I was recently introduced to a new library called Jolt (https://github.com/bazaarvoice/jolt).  Jolt performs JSON transformations which allows a developer to convert from one JSON structure to another JSON structure using a transformation mapping (created using JSON) and not having to write code.  This is pretty amazing for Java applications as it avoids having to call […]

Continue reading


Facebook URL Sharing of AngularJS Application Hosted on Amazon S3

Building Single Page Applications (SPA) improves the user experience and increases performance of websites for customers. Unfortunately, these applications cause issues when those urls are rendered on social media sites such as Facebook. This article describes the steps necessary to enable Facebook URL sharing of an AngularJS application that is hosted on Amazon S3. Unfortunately, […]

Continue reading