Tutorials

The best data slicer! Watch a 3 minute screencast at http://tableprintgem.com
TablePrint shows objects in nicely formatted columns for easy reading. It even lets you nest other tables of related objects, contextualizing data across tables. It's incredibly flexible, yet simple, making it easy to see exactly the data you care...

An RSpec time issue (and it’s not about timezones)
We ran into an infrequent test failure that was only happening at a specific time of day. Through regular working hours, the test passed routinely, but around 7:30pm EDT, suddenly it would always fail on CI — which then would stop Github from allo...




How Ruby 2.6 allowed me to do another open source contribution
There are multiple HTTP clients available to Ruby developers. Some of them wrap Ruby built-in classed to provide more friendly API (like HTTParty wrapping Net::HTTP). Some are written in pure Ruby (like Excon) and others take usage of libcurl C li...

Do you really know public, private and protected in Ruby?
Public, private and protected access - all of the programmers are familiar with that concept. Nothing special, we work with them on a daily basis. However, as Ruby programmers, do we really know the details?You can check yourself with these five s...

How to Build a Dynamic Website Using Google Sheets and Sinatra
Check out the completed site from this article here, or the ProductHunt launch page here.I love the fintech space. So much that I recently completed a program through Oxford University on the subject! This also means that I find myself trying to l...
