Blogs

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...


Ruby2JS: an extensible Ruby to modern JavaScript transpiler
Ruby2JS is for Ruby developers who want to produce JavaScript that looks hand-crafted, rather than machine generated. You can convert Ruby-like syntax and semantics as cleanly and “natively” as possible. This means that (most of the time) you’ll g...