Blogs

Functional Programming in Ruby for people who don’t know what functional programming is
I have a habit of throwing myself into the deep end, and this post is the result of one such occurrence. On Monday, I’ll attend a Meetup called “Functional and Dysfunctional Programming in Javascript”. The organizer asked if anyone could give a sh...




Increase your scalability using Redis in Ruby on Rails Application
Redis is an open source very fast, non-relational, in-memory data structure store. It stores data in the form of a key-value pair. Redis has a support of data structure like sets, hashes, strings, list. Redis is mostly used for the cache store.


