API resource IDs in Express and NestJS
In Express, NestJS, and API-first Node.js services, UUID V5 is commonly used for public resource IDs when teams want deterministic UUIDs instead of database-generated values. It fits predictable IDs shared across systems because it ensures the same namespace and name always produce consistent results.