Cool Typescript features I've learnt over the years
We've used Typescript in a lot of projects and over time I've kept track of a few things I think are cool.
We've used Typescript in a lot of projects and over time I've kept track of a few things I think are cool.
An alternative method to set up a config in NestJS which enables IDE auto-completion.
Create and package NestJS modules and push them to the npm registry. Now you can npm install them anywhere and start using them straight away!
There were a couple of mistakes that I made when setting up a Nestjs database module. Hopefully this will help you avoid the same errors!