Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Week 3 #18

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions mentorship/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ Cloudforet provides mentorship program in LFX platform.
* Introduction to CI/CD (github actions and helm)
* [An Introduction to Helm](https://youtu.be/Zzwq9FmZdsU)

## Step 3. Undertanding of Plugin Development

* Plugin architecture overview
* Coding best practices and standards
## Step 3. Undertanding of Protobuf & gRPC

* [Introduction to Protocol Buffers](https://training.linuxfoundation.org/training/introduction-to-protocol-buffers-lfs145/)
* What is gRPC?
* [What is gRPC? Protocol Buffers, Streaming, and Architecture Explained](https://www.freecodecamp.org/news/what-is-grpc-protocol-buffers-stream-architecture/)
* [Introduction to gRPC](https://grpc.io/docs/what-is-grpc/introduction/)
* [Core concepts, architecture and lifecycle](https://grpc.io/docs/what-is-grpc/core-concepts/)
* [Python/Quick start](https://grpc.io/docs/languages/python/quickstart/)
* [Python/Basics tutorial](https://grpc.io/docs/languages/python/basics/)

## Step 4. Plugin Development Basic

Expand Down
Loading