by mguay | Jun 13, 2026 | NestJS, Post, React
I’ve built the same little CRUD app a dozen times to try out stacks. This time I wanted one thing above all else: a single source of truth for the API that the server and the client both compile against. Change a field, and both ends refuse to build until they...