https://github.com/natserract/backend-trainee
Curated list of practical and techniques for NodeJS/Back-end development
https://github.com/natserract/backend-trainee
backend clean-architecture ddd-architecture dependency-injection event-driven grpc inversion-of-control microservices
Last synced: 12 months ago
JSON representation
Curated list of practical and techniques for NodeJS/Back-end development
- Host: GitHub
- URL: https://github.com/natserract/backend-trainee
- Owner: natserract
- Created: 2024-03-13T10:08:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T03:12:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T18:43:50.170Z (about 1 year ago)
- Topics: backend, clean-architecture, ddd-architecture, dependency-injection, event-driven, grpc, inversion-of-control, microservices
- Language: TypeScript
- Homepage:
- Size: 867 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Trainee
Curated list of practical and techniques for NodeJS, Back-end development
## Running
```shell
yarn turbo run dev #or
yarn turbo run dev --filter=
```
## Practical Tasks
- [x] [NodeJS DDD-CA orchestration](apps/node-ddd-ca)
- [x] [HTTP/2](apps/http2)