LUMINA TECH Logo
TRENDINGTECH BLOGABOUTCONTACT

LUMINA TECH

Cutting-edge technology insights and solutions

Quick Links

  • Trending
  • Tech Blog
  • About Us
  • Contact

Contact

Japan, Tokyo-to, Edogawa-ku

Nishi-Kasai 6-4-4

Email: nguyen.nhuhieu.dev@gmail.com

Tel: +81-70-3612-8980

© 2025 LUMINA TECH. All rights reserved.

TECH BLOG

Background Job Processing in Ruby on Rails: Active Job vs. Sidekiq
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.

#Ruby on Rails
Avoiding CookieOverflow in Ruby on Rails with Redis Session Store (Single & Cluster Mode Setup)
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.

#Ruby on Rails#Redis/ElastiCache
Restore Deleted Records from Audit Logs in Dataverse Using XrmToolBox
03.30.2025Development

Restore Deleted Records from Audit Logs in Dataverse Using XrmToolBox

Easily recover deleted data from auditing-enabled tables in Microsoft Dataverse using the "Restore Deleted Records" tool in XrmToolBox. This guide walks through how to retrieve deleted records from audit logs, preview changes, and selectively recreate them—even for data deleted by disabled users. Perfect for when the legacy Recycle Bin tool falls short.

#Microsoft Dynamics#C##Power Platform

TOPICS

Coding(2)
Development(1)

TAG

C#(1)
Microsoft Dynamics(1)
Power Platform(1)
Redis/ElastiCache(1)
Ruby on Rails(2)