
NestJS
Official websiteNestJS is a structured Node.js framework inspired by Angular, with modules, dependency injection, and first-class TypeScript support.
How I use it
I use NestJS for larger backend services where clear module boundaries, validation pipes, and testable architecture matter.