Blogs
Publishing Gems With Your YubiKey | Tenderlovemaking
The recent compromise of ua-parser-js has put the security and trust of published packages at the top of my mind lately. In order to mitigate the risk of any Ruby Gems I manage from being hijacked, I enabled 2FA on my RubyGems.org account. This me...
Shipit! Presents: YJIT: Building a New JIT Compiler for CRuby Shipit! Presents YJIT: Building a New JIT Compiler for CRuby on October 27, 2021 at 1 p.m. EST
YJIT is a project to gradually build a JIT compiler inside CRuby such that more and more of the code is executed by the JIT, which will eventually replace the interpreter for most of the execution. The compiler, which is soon to become officially ...
Monolith Diaries: Upgrading Rails – Skroutz Engineering
We recently upgraded our monolith application from Rails 6.0 to Rails 6.1. By evaluating our prior experience on Rails upgrades, we have streamlined the process and we want to share it with you.In this post we are going to give some insights on ou...
Polishing on "Polished Ruby Programming" kaigionrails 2021 - Speaker Deck
Ruby is Nice so We are Nicehttps://speakerdeck.com/kakutani/ruby-is-nice-so-we-are-nicehttps://youtu.be/NctyqVznddg, https://youtu.be/P7AunfXSOTQPolished Ruby Programminghttps://www.packtpub.com/product/polished-ruby-programming/9781801072724Jerem...
How to Migrate a Rails 6 App From sass-rails to cssbundling-rails
At Kolide (btw we're hiring), we move swiftly to adopt to new versions of Ruby, Rails, and other major dependencies within a few months of them becoming available. We are at our happiest when we get to use the latest language and framework feature...
Reducing memory bloat of a Ruby on Rails application | BigBinary Blog
Recently we encountered that one of our internal products had started consuming too much memory. Some of our team members dig deep into it and resolved the issue. After the issue was resolved Unni made a video for internal purpose. In this blog we...