Tutorials

The hidden cost of the invisible queries in Rails
Ruby on Rails is awesome, it is really awesome. It allows us to create web applications without knowing every involved technology. After all, Rails is optimized for programmers happiness and it does a terrific job.One of those technologies where R...

Integrating DynamoDB with Ruby on Rails Application
A typical Ruby on Rails application comes with ActiveRecord, which makes using RDBMS (such as MySQL, PostgreSQL etc) cake walk. There are times, when we want to leverage power of NoSQL with our Rails application. There are many NoSQL database avai...



Testing a Feature with Rails and RSpec: A deep dive
Testing your code is important. We all as Rubyists know this, we hear about testing all the time. Fast tests, slow tests, it's everywhere in the Ruby community. However for all the talk of testing something that seems to be a recurring theme for d...



