Tag: multi-tenancy
-

Spring Boot Multi-Tenant Architecture (LMS Admin Console, Part 14)
A practical look at Spring Boot multi-tenant architecture through an LMS admin console: tenant-scoped data isolation, organisation reports computed as live folds…
-

The Student Learning Flow in an LMS: Catalog, Enrollment, Course Player & Auto-Graded Assessments (Part 13)
Build an LMS student learning flow: a published-course catalog, idempotent enrolment, a lesson player with progress tracking, auto-graded quizzes and certificates.
-

Spring Security Role-Based Access Control Example (LMS Login & RBAC, Part 11)
A complete Spring Security role-based access control example: real login, RBAC enforced at the URL and method level, a tenant derived from…
-

The Multi-Tenant LMS Backend: Data Model, Tenant Isolation & APIs (Part 2)
A production-grade multi-tenant LMS backend: choosing pool tenancy, enforcing isolation with Hibernate @TenantId and PostgreSQL Row-Level Security, modeling the data, an idempotent…
