Step-by-Step: Implementing Custom Decorators in NestJs Using Class-Validator and Drizzle
When building APIs, you must validate your inputs and outputs. If your API accepts any data, failure is only a matter of time. Instead of adding more ifs, use declarative validation: NestJS + class-validator + class-transformer, an async constraint t...
Nov 17, 20258 min read4

