Practical Tips for Using Yodlee IAV

  Yodlee is an aggregation service companies use to access customer financial information. Its Instant Account Verification (IAV) provides account- and transaction-level data about customer activity which companies use to perform day-to-day procedures such as loan and insurance processing. To access this data, companies create Yodlee accounts for their customers who then search for their

December 20th, 2016|

Hanami: A Full-featured, Lightweight Alternative to Ruby On Rails

  Hanami is a Ruby MVC web framework made up of small, single-purpose libraries that can be used independently.1 It promotes strong architecture through the use of plain objects, as opposed to magical, overly-complicated classes. Whereas Ruby On Rails is a noisy metropolis, containing functionality you may never need or use, Hanami lets you assemble

August 20th, 2016|

Quick tour on how Ruby on rails talks to the world

  A quick reminder about producing text messages in Ruby. Talk to the world The basic method for text output is puts from IO: puts “Hello World” # Hello World With interpolation it’s possible to insert some expression in a string: age = 2016-1990 puts “I’m #{age} years old” # I’m 26 years old For

April 5th, 2016|

Our Golang Frameworks vs Ruby Frameworks Expert Guide for Software Developers

  As the Ruby on Rails community becomes increasingly mature, additional time is spent optimizing different aspects of the Ruby framework rather than creating a completely new web application. This means performance and memory consumption start to play a significant role in its day-to-day development. So now we have much more instantaneous communication, lots of

February 2nd, 2016|

How to collect aggregated statistics in a Ruby on Rails application?

  It is important to collect aggregated statistics so that management can analyze the data and make well-informed decisions.  Sphere was retained by a client in the recruiting industry who, among other things, needed to collect the following data: Total shifts posted Total hours posted Total shifts worked Total hours worked Average length of shifts

March 13th, 2015|