RSSAmplifier

Blog

BytesBites

Blog by Vincent Rolea. I write about software development and management mostly using Ruby and Rails.

bytesbites.ioRSS feed ↗4 posts

Latest posts

Going native with ActionMailbox

ActionMailbox has the most underrated fun-to-feature ratio. No suprise here then, that as soon as I had the chance to work with it on Laterbox, I jumped on the occasion.

Authentication in Rails 8: Jam sessions

A new authentication is available with Rails 8. One area of interest is its DB-backed session system. In this article, we explore three real-life features enabled by this new system.

Lost In Translation: Using Gettext As A Backend For I18n In Rails

Explore the challenges of internationalizing Rails applications and discover how using Gettext as a backend for I18n can simplify the process. Learn about the limitations of the default Rails I18n setup and how Gettext offers an unobtrusive, scalable solution for managing translations efficiently.

Route Traffic To A Subdirectory Using Cloudflare Workers

If you’re working on a project or a company where SEO has a certain degree of importance for acquisition, you had to consider at some point using a subdomain or subdirectory to host marketing pages like a blog. In this post, we'll explore how one can leverage cloudflare workers to route trafic to a subdirectory.