https://github.com/naren-jha/resourcemanager
Do efficient task allocation based on the resources available over the infrastructure
https://github.com/naren-jha/resourcemanager
concurrency factory-pattern interface-default-methods java8 lambda multithreading spring-boot strategy-pattern
Last synced: 2 months ago
JSON representation
Do efficient task allocation based on the resources available over the infrastructure
- Host: GitHub
- URL: https://github.com/naren-jha/resourcemanager
- Owner: naren-jha
- Created: 2024-02-16T10:49:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T08:50:53.000Z (about 2 years ago)
- Last Synced: 2025-01-22T21:32:39.081Z (about 1 year ago)
- Topics: concurrency, factory-pattern, interface-default-methods, java8, lambda, multithreading, spring-boot, strategy-pattern
- Language: Java
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resource Manager Application
**Key concepts used in this project :**
- Uses design patterns like - strategy, factory
- Uses Java multithreading concetps with concurrency handling
- Uses Java 8 features like - default method in interface, lambda
-----------
Explore visitor design pattern
- https://refactoring.guru/design-patterns/visitor
- https://stackoverflow.com/a/8722819/4210068