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
- Host: GitHub
- URL: https://github.com/kasir-barati/nestjs-materials
- Owner: kasir-barati
- License: gpl-3.0
- Created: 2022-05-28T12:41:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T11:02:03.000Z (11 months ago)
- Last Synced: 2024-11-14T11:34:58.109Z (11 months ago)
- Topics: docker, docker-compose, e2e, javascript, microservices, mongodb, nestjs, nodejs, postgresql, rabbitmq, stripe, tips-and-tricks, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 4.37 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
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).