Tag: REST API
-

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…
-

Build a Live Dashboard Backend for Your AI Engine: FastAPI + WebSocket (Dashboard Part 1)
Dashboard Part 1: wrap the LangGraph RFP engine in a FastAPI backend — REST, a WebSocket that streams live evaluation progress, SQLite…