RSSAmplifier

Blog

Rails and beyond

I'm Borja, a software engineer from Spain. I write about Ruby, Rails, and other things I find interesting.

/RSS feed ↗5 posts

Latest posts

Flexible Enum Definitions in Ruby on Rails: Planning for the Future

Flexible Enum Definitions in Ruby on Rails: Planning for the Future

Navigating Edge Scenarios in Ruby on Rails: My Personal Journey

Optimizing Ruby on Rails: My Strategy for Simplified Controller Logic with Stimulus Rails Autosave

Decrypting Rails Session Cookies to Throttle Only Bad Traffic

Decrypting Rails Session Cookies to Throttle Only Bad Traffic TL;DR - Rails Session Cipher - A gem to decrypt (and encrypt!) Rails’ session cookies. Introduction In a recent project, our team utilized rack-attack gem to manage and throttle incoming traffic, aiming to mitigate potential harm from malicious entities. Considering the application is accessible only to logged-in users, it seemed…

Rails Confidential: Securely Handling HIPAA-Compliant File Sharing

Rails Confidential: Securely Handling HIPAA-Compliant File Sharing

A Ruby gem to simplify using Slack Block Kit

I put together slack_layout, a Ruby gem that makes building Slack’s Block Kit layouts easy while keeping everything organized.