How To Properly Serialize API Responses in NestJS
Imagine you have a public endpoint to get information about a stored user in your database. Of course you don't want to include the user's password. How to serialize the HTTP response to exclude the user's password from the response? If you think you...
markmaksi.hashnode.dev4 min read