Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
tomasz-stefaniak
nestjs-rules
public
Published on 6/3/2025
tomasz-stefaniak/nestjs-rules
test 3
Rules
Star
0
Add block
Preview
Markdown
Follow NestJS's modular architecture to ensure scalability and maintainability.
Use DTOs (Data Transfer Objects) to validate and type API requests.
Implement Dependency Injection for better service management.
Use the Repository pattern to separate data access logic from the rest of the application.
Ensure that all REST APIs are well-documented with Swagger.
Implement caching strategies to reduce database load.
Suggest optimizations to improve PostgreSQL query performance.