← All projects

Architect & Lead · active

Portfolio & Client Collaboration Platform

This site — a public portfolio in front of scoped client workspaces, sharing one validation layer and one design-token source.

Portfolio & Client Collaboration Platform cover

Delivery

Monorepo architecture, public ISR pages, dashboards, CI gates.

Stack

  • Next.js
  • NestJS
  • PostgreSQL
  • Redis
  • Docker
  • Turborepo

Problem → resolution

Fix cases

Public-safe write-ups of specific problems solved on this project.

  1. Cross-tenant leak caught before release

    Closed a cross-tenant read path by deriving tenant scope from the session rather than request input, and locked it with a regression test on every scoped query.

    • NestJS
    • Prisma
    • Jest