Nothing here yet.
Nothing here yet.
Sep 22, 2024 · 1 min read · frum is the newest kid on the (standalone) ruby version management block. It’s written in rust and is about 6x faster than rbenv (which I was using previously).It is the recommended standalone version manager by mac.install.guide. In general, it wa...
Join discussionAug 27, 2024 · 2 min read · Phlex is a Ruby gem for building fast object-oriented HTML and SVG components. Unlike traditional erb, where you write html interwoven with ruby, Phlex allows you to write your components with plain ol' ruby, and if you've used ruby, I don't have to ...
Join discussionMay 29, 2022 · 1 min read · When starting a new SAAS product, we tend to open it up gradually in different test phases (alpha, beta etc) where we allow only a limited number of users to use the product. In Bullet Train, we get an invite only mode out of the box. This prevents u...
Join discussion
Jan 3, 2022 · 6 min read · We've all been on StackOverflow (most of us anyway) and seen the consecutive visit count on our profiles. This is an example of a count of a contiguous series of events. How many days in a row has this user logged in. In this article, we will look a...
Join discussion