https://github.com/clement-jean/grpc-java-course
gRPC Java Master Class: Build Modern API & Micro services
https://github.com/clement-jean/grpc-java-course
grpc grpc-java udemy
Last synced: 28 days ago
JSON representation
gRPC Java Master Class: Build Modern API & Micro services
- Host: GitHub
- URL: https://github.com/clement-jean/grpc-java-course
- Owner: Clement-Jean
- Created: 2022-02-09T07:11:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T01:38:16.000Z (about 1 month ago)
- Last Synced: 2025-05-01T02:39:07.390Z (about 1 month ago)
- Topics: grpc, grpc-java, udemy
- Language: Java
- Homepage: https://www.udemy.com/course/grpc-java/?referralCode=9648E53DF9F3D92EB2EA
- Size: 181 KB
- Stars: 27
- Watchers: 1
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC Java
[](https://github.com/Clement-Jean/grpc-java-course/actions/workflows/gradle.yml)  [](https://github.com/Clement-Jean/grpc-java-course/actions/workflows/lint.yml) 
## COUPON: `START_OCT_2025`
## Notes
- The code you see in this repository might be little different from what you saw in the course videos, this is due to the fact that:
- I'm testing the code
- I or a student noticed an error/bug/deprecation after recording
- Dependencies are evolving faster than I can rerecordI do the maximum to keep the main features and the code syntax similar by keeping the edits trivial. **However if you
do get in a situation where you feel lost, leave an `issue` on the repository**
- The coverage shown in the badges section only counts the classes that need testing, such as:
- greeting/server/GreetingServiceImpl
- calculator/server/CalculatorServiceImpl
- blog/server/BlogServiceImpl
- blog/client/BlogClientFor more information, please check the `jacocoTestReport` task in `build.gradle`