Everybody Knows That Drizzle is the Word!
Building a Personal Finance API with NestJS, Supabase & Drizzle (From Zero to Production)

Search for a command to run...
Articles tagged with #nestjs
Building a Personal Finance API with NestJS, Supabase & Drizzle (From Zero to Production)

Building a Personal Finance API with NestJS, Supabase & Drizzle (From Zero to Production)

Building a Personal Finance API with NestJS, Supabase & Drizzle (From Zero to Production)

Building a Personal Finance API with NestJS, Supabase & Drizzle (From Zero to Production)

When I started with NestJS, I didn't understand modules, interceptors, guards, and other advanced techniques the framework offers. As a result, I built insecure applications with poor practices. Over time, I learned the hard way which patterns truly ...

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...
