Keeping the Stakes Low while Breaking Production

This page summarizes the projects mentioned and recommended in the original post on dev.to

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
judoscale.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. forem

    For empowering community 🌱

    To insulate from upstream libraries, we often wrap those libraries in our own implementations. This helps with the principle of least exposure; rely on the narrowest interface possible. I wrote the AbExperiment class to be the wrapper around Field Test. With the wrapper, I allowed for the system to set an ENV variable and thus force all requests to use the same experiment. This helped with running local tests.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.

    Judoscale logo
  3. flipper

    🐬 Beautiful, performant feature flags for Ruby. (by flippercloud)

    The next step came about when I learned more about our use of Flipper; a Ruby gem for dynamically toggling on and off features. I didn’t know when the feature would roll out, but I wanted control over the feature. I also wanted admins of other Forems to have control as well. This was trivial with Flipper. Once I deployed the code, Forem’s got the original behavior unless they turned ā€œflippedā€ on the feature.

  4. Blazer

    Business intelligence made simple

    We then pasted that into Blazer and started looking at the SQL. As we moved around the massive SQL statement, we saw the culprit. A very narrow range for allowed article’s publication dates.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Where to learn how to build an A/B testing tool?

    2 projects | news.ycombinator.com | 28 Nov 2024
  • Blazer: Business Intelligence Made Simple

    4 projects | news.ycombinator.com | 27 Feb 2024
  • Is Tableau Dead?

    3 projects | news.ycombinator.com | 26 Feb 2024
  • BI vs custom queries in app

    1 project | /r/rails | 30 Jun 2023
  • Feature flags in Rails: How to roll out and manage your features like a pro

    2 projects | dev.to | 7 Apr 2023

Did you know that Ruby is
the 12th most popular programming language
based on number of references?