Mastering Multi-Tenancy in Rails: Scalable Architecture with ActsAsTenant

Modern web applications often need to support multiple organizations or user groups within a single system. Multi-tenancy makes this possible by allowing different tenants to share the same application and database while keeping their data isolated. This approach improves scalability, reduces infrastructure overhead, and simplifies deployment and maintenance. In one of my projects, we had … Continue reading Mastering Multi-Tenancy in Rails: Scalable Architecture with ActsAsTenant

How and What of Mina! [Tech]

An overview of Mina Gem for novice RoR programmers Introduction: When you are done with merging the feature pull request, please deploy the code — Project TL. Okay! But..! Hmm..! But How?.. I gues it might be tough, need your help TL! — Beginner in RoR As a beginner in Ruby on Rails, one of the essential aspects of web … Continue reading How and What of Mina! [Tech]