Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 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

        

# 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)

# Some docs

- [How to debug your code and flaky tests](./docs/debugging/README.md).
- [Designing and versioning RESTful APIs](./docs/designing-restful-api/README.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).