How to serialize responses in nestjs
When writing APIs, you'll most likely have to return responses to the client. For example, when writing a sign-up API, you may be required to return the created user object to the client.
An important step to take in development is ensuring that only...
salwoch.hashnode.dev8 min read