April 2021
Creating Configuration Objects in Ruby - via @codeship | via @codeship
Ideas on how to write code to store configuration data from a ruby program.
Exploring CLI Best Practices // Localytics Engineering Blog
How to write a great CLI and some good ruby tools for that.
Creating Powerful Command Line Tools in Ruby - via @codeship | via @codeship
Another great article about creating a well behaved cli
Ruby goes Serverless! - Apache OpenWhisk adds native support for Ruby
Title says it all.
Web Architecture 101 – VideoBlocks Product & Engineering
Looks like a great brief tutorial on how the web works.
💡Algorithms tutorial series for beginners
Posted in r/compsci by u/adriansky • 125 points and 3 comments
r/ruby - Ruby on Rails `ActiveSupport::StringInquirer` class magic
Posted in r/ruby by u/igorspringer • 28 points and 6 comments
Minitest Tutorial: Getting Started with Minitest | Codeship | via @codeship
Lots of great details about using Minitest I prefer minitest/spec.
The Most Important Non-Programming Skills for Programmers
Decent summary. A bit obvious though. But a good read.
Why Crystal is the most promising programming language of 2018
I am really fascinated with this language. Ruby-like syntax and semantics, but fully compiled.
A collection of awesome Ruby libraries, tools, frameworks and software
Always looking for the best possible rub tools? Here you go!
Meet Yabeda: Modular framework for instrumenting Ruby applications — Martian Chronicles, Evil Martians’ team blog
Good tool with links to other useful tools for performance and scaling.
Concurrent Ruby with Tasks
Posted in r/ruby by u/drewolson • 27 points and 8 comments
How we halved our memory consumption in Rails with jemalloc
Excellent detailed article about benchmarking a rails app and then introducing a tool that replaces malloc and purports to provide a 2x improvement
Embracing metrics as new tests — Martian Chronicles
Nice simple tool for instrumenting code.