Blogs
FREE Online Ruby Conference - Matz and Uncle Bob speaking - RubyFlow
FREE online Ruby conference. (That's right, no travel/hassle.)We're doing a week's worth of talks by some of the best speakers and developers in the Ruby Community including Matz, Uncle Bob Martin, Fabio Akita, Michael Hartl, Noel Rappin, and many...
Using the scikit-learn machine learning library in Ruby using PyCall - Practical Artificial Intelligence
Scikit-learn is a set of simple and efficient tools for machine learning and artificial intelligence built with NumPy and SciPy in Python. This tutorial will walk you through how you can use these tools from Ruby using a gem called PyCall. PyCall ...
OptCarrot: An Excellent CPU Benchmark for Ruby 3x3
You may have read here about my benchmarking attempts for Ruby 3x3. In addition, there are various small benchmarks in the Ruby source and several other aggregations of benchmarks.But the other major benchmark currently used for Ruby 3x3 is called...
Add credentials using a generic EncryptedConfiguration class by dhh
The combination of config/secrets.yml, config/secrets.yml.enc, and SECRET_BASE_KEY is confusing. It's not clear what you should be putting in these secrets and whether the SECRET_BASE_KEY is related to the setup in general.This PR will deprecate s...
Ruby on Rails Vs Python: Which one is the best? And Which One has Better Future for Development?
Arguments are never-ending when it comes to ‘Ruby on Rails’ vs. ‘Python’. Both the languages are fast and powerful but as usual, web developers prefer either of these languages as per their likes and comfort.Ruby on Rails, as well as Python, both ...