Skip to main content

Engineering Decisions

Monorepo Architecture​

The project uses a monorepo structure to manage multiple applications within a single repository.

Benefits:

  • shared tooling

  • simplified dependency management

  • easier scaling


Separate Deployments​

Portfolio and documentation are deployed separately to allow independent updates.