Tutorials

Tutorial: Distributed Tracing in Ruby with OpenTracing
However, distributed tracing - which connects a transaction trace across microservices - is getting a lot easier. In this short tutorial, I'll show how to add distributed tracing to your Sinatra web apps via OpenTracing, a vendor-neutral tracing A...









CRuby, MRI, JRuby, RubySpec, Rubinius, YARV: A Little Bit of Ruby Naming
If you've spent a little time in Ruby-land, you have have encountered the names "CRuby" or "MRI". You've almost certainly heard of JRuby, and perhaps a few "other" Rubies like Rubinius, TruffleRuby and maybe even a few "exotic" Rubies like Opal, I...