See how we slimmed down a bloated 1.95GB Rails Docker image to a sleek 345MB! Learn about using multi-stage builds, minimal base images, and efficient caching strategies to save on storage costs and reduce attack surface.
Articles tagged with "ruby"
This is a 2nd part of a post series on two-factor authentication in Ruby on Rails. This guide will walk you through implementing backup codes two-factor authentication flow so your users won't ever be locked out of their accounts.
Two-factor authentication should be a standard feature in today's world. This guide will walk you through implementing it into your Rails application with help of Devise and a few other helpful gems.
There are few options to categorize posts using Jekyll, one can get lost in thinking which to choose and how to use it properly and easily. In our blog, we were using both categories and tags but in a bit chaotic way. I decided to clean up a bit. This is a short story from this journey.