Jeongkyun Anjeongkyun.hashnode.dev·Dec 18, 2024MongoDB를 왜 메인 데이터베이스로 사용하고있나요?배경 필자는 현재 B2B SaaS 신사업팀에서 백엔드 엔지니어로 일 하고있다. 메인 데이터베이스로 MongoDB를 사용하고있는데, 그 이유와 사용 방법에 대해 소개해보려한다. (실제로 질문도 많이 받았었다) 왜 MongoDB를 메인 데이터베이스로 채택했나요? MongoDB는 세부적인 보안 설정을 컬렉션 별로 지원하기때문이다. 왜 세부적인 보안 설정이 필요하고, 이를 어떻게 활용한 계획인지 설명하기 위해선 우선 Multi-Tenancy에 대해 간...Multi tenancy
Syed Shazeedul Islamblog.shazeedul.dev·Dec 3, 2024How to Configure Tenancy for Laravel Using the Modules PackageFirst, install Laravel fresh project or pick your existing project where already has nwidart/laravel-modules. If you haven’t install any Laravel project then let’s start and explore it - composer create-project laravel/laravel:^10.0 example-app Now ...69 readsProgrammingtenancy-for-laravel
Syed Muhammad Yaseensmy.hashnode.dev·Oct 6, 2024Elevate Your Next.js Security: Middleware Authorization with UserfrontIn this guide, I will show you how to secure your Next.js application with Userfront by implementing middleware-level authorization and leaving component authorization practices. Implementing robust security measures like IAM is essential for protect...236 readsuserfront
SuperTokenssupertokens.hashnode.dev·Jan 19, 2024Multi-Tenant Authentication in 2024Introduction Multi-tenancy refers to a scenario where a single instance of a software application serves multiple tenants (customers or users from different organizations). Each tenant operates in a self-contained environment with its own set of data...single tenant
Illimar Tambekillimar.tambek.ee·Jan 12, 2024Storing settings in multi-tenant applicationsBackground I have a pragmatic approach when making architectural decisions for code: start with whatever is easiest and refactor into more complex options when you need to. As I rebuild Sliptree on Laravel, I occasionally find that some of the initia...28 readsSliptree
Andy Kochandykoch.hashnode.dev·Nov 2, 2023Dead simple multi-tenancy in Rails.I think Kolide has nailed it with this post. Effectively they define a concern which associates a model to an account (organization, company, or whatever model defines your tenant) and sets the default scope of the model to find the current user's ac...Ruby on Rails
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 20, 2023Simplifying Multi-Tenant Provisioning and Cost Optimization with Loft vClusterIntroduction :- As the demand for cloud computing continues to rise, many organizations are adopting multi-tenant architectures to streamline their operations and optimize costs. Managing multiple tenants in a cloud environment, however, can be compl...vcluster
Tejas Mehtatmtalks.hashnode.dev·Jul 10, 2023Building Multi-Tenant Web API in .NET following Clean ArchitectureBuilding a strong multi-tenant architecture is important for scalability, security, and efficiency in the world of Software as a Service (SaaS) apps. This post looks at how .NET Core, EF Core, and Clean Architecture can be used to build a web API tha...175 readsdotnetcore
Milan Jovanovićmilanjovanovic.hashnode.dev·May 20, 2023Multi-Tenant Applications With EF CoreMost software applications today are built around the concept of multi-tenancy. One application serves multiple customers, while keeping their data isolated. You can approach multi-tenancy in two ways: Single database and logical isolation of tenant...Multi tenancy
Divya Mohankubeslice.hashnode.dev·Jul 25, 2022How KubeSlice implements Multi-tenancy in KubernetesThis is an article originally co-authored by Olyvia Rakshit & I for the Avesha blog. You can find it by following this link. What is Multi-tenancy in Kubernetes? Multi-tenancy in Kubernetes is a way to deploy multiple workloads in a shared cluster wi...Open source and MultitenancyKubernetes