NestJS materials
Write an awesome doc for NestJS tips, tricks, notes, things which are not in the doc (or are but not really obvious) and experimented to figure them out and use them.
View on GitHub
Table of contents
Microservices
How to debug your code and flaky tests
.
Designing and versioning RESTful APIs
.
Pagination
.
MockServer and mocking 3rd-party HTTP/S calls
.
Kafka intro
.
RabbitMQ intro
.
NestJS and GraphQL with
nestjs-query