An open API service indexing awesome lists of open source software.

https://github.com/kasir-barati/nestjs-materials

NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them
https://github.com/kasir-barati/nestjs-materials

docker docker-compose e2e javascript microservices mongodb nestjs nodejs postgresql rabbitmq stripe tips-and-tricks typescript unit-testing

Last synced: 3 months ago
JSON representation

NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them

Awesome Lists containing this project

README

          

> [!IMPORTANT]
>
> Keep this file synchronized with [`index.md`](../index.md).

# nestjs-materials

NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them

- [Microservices](../microservices/README.md)
- [gRPC](../docs/grpc/README.md).
- [Protobuf](../docs/grpc/protobuf.md).
- [How to debug your code and flaky tests](../docs/debugging/README.md).
- [A Crude Debug Mode For a Dockerized NestJS App](../docker/vscode-dev-mode/README.md).
- [Designing and versioning RESTful APIs](../docs/designing-restful-api/README.md).
- [Pagination](../docs/designing-restful-api/pagination.md).
- [MockServer and mocking 3rd-party HTTP/S calls](../docs/mockserver/README.md).
- [Kafka intro](../docs/kafka/README.md).
- [RabbitMQ intro](../docs/rabbitmq/README.md).
- [NestJS and GraphQL with `nestjs-query`](../docs/nestjs-query/README.md)
- Mongoose
- [How to define the indexes automatically in DocumentDB](../mongoose/documentdb-index-creation/README.md).