TECH BLOG
Coding
Explore articles about coding

04.07.2025Coding
Background Job Processing in Ruby on Rails: Active Job vs. Sidekiq
Learn how to use background jobs in Ruby on Rails to handle long-running tasks like file imports, email delivery, and API calls. This guide compares Active Record and Sidekiq job processing, walks you through setup and implementation, and helps you choose the right tool for your application's scale and needs.

03.31.2025Coding
Avoiding CookieOverflow in Ruby on Rails with Redis Session Store (Single & Cluster Mode Setup)
Struggling with CookieOverflow errors in your Rails app? Learn why it happens, how to solve it using redis_store for session management, and how to configure both single Redis instances and Redis Cluster mode for scalable and reliable session storage.