Development Posts

Article  |  Development

Continuous Deployment in Rails

2 Jun 2016

Continuous Deployment in Rails

As developers, we seek tools which make our daily life easier. Over the years, our tools have improved to make one of the often complicated process of deploying our code up to various instances. Making this process as automated as possible will not only increase productivity but also prevent potentially application-breaking issues from ever getting to your remote instances.

Continue Reading

Article  |  Development

Puma is the Preferred Web Server for Rails Developers

2 Jun 2016

Puma is the Preferred Web Server for Rails Developers

Puma’s popularity as both a web and Rails server has shown steady growth toward the position of preferred tool for both roles. Growing out of the once-mighty Mongrel, Puma hails itself as "A Modern, Concurrent Web Server for Ruby". Showing significantly lower memory usage and response times than Unicorn and Passenger the communities support appears to be continuing to shift in its direction.

Continue Reading

Article  |  Development

Still Not Tracking Exceptions in Rails

1 Jun 2016

Still Not Tracking Exceptions in Rails

A declining but still significant percentage of respondents to Planet Argon's Rails survey (down to 16% this year, from a high of 31% in 2009) don’t use any exception notification at all on their projects. Why turn a deaf ear to an important part of your application’s health?

Continue Reading

Article  |  Development

AngularJS vs Ember.js -- Comparing Apples to Oranges

27 Apr 2016

AngularJS vs Ember.js -- Comparing Apples to Oranges

We are awash in a sea of options for front-end Javascript frameworks. We all want the right tool for the right job, but separating useful information from noise can be tough & choosing the "correct" technology can be a daunting task. In an attempt to not add more fuel to the fire in the everlasting Ember vs. Angular debate, here is a list of some (relatively) unbiased comparisons between two of the most popular JS frameworks that we feel accurately summarize the pros & cons that come along with the tools being used to build modern web applications today.

Continue Reading

Have a project that needs help?