-
returning a custom dto (ie. hiding some data, or forcing a return on delete/put)
-
accepting a custom dto
-
validations - best practices
-
query params - best practices
-
5, 6creating nested records
-
returning nested records (relations)
-
DI -> with a custom slugify + unqiue constraint
-
Authentication
-
many to many example with additional data
-
[] EF -> adding postgres / env variables
Further reading
- dependency injection (slugify) - services
- attributes / decorators / introspection