Skip to content

Introduction to GRPC#237

Open
hegek87 wants to merge 3 commits into
masterfrom
grpc-blog
Open

Introduction to GRPC#237
hegek87 wants to merge 3 commits into
masterfrom
grpc-blog

Conversation

@hegek87

@hegek87 hegek87 commented Jan 13, 2023

Copy link
Copy Markdown

No description provided.

@hegek87 hegek87 changed the title Introduction to GRPC - WIP Introduction to GRPC Jan 18, 2023

@ricardocorassa ricardocorassa left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some reviews, let me know if you have any questions on what I added.

I would also a little more on the instruction of what is a distributed system and the kind of application that could use that, in a way why gRPC exists. But overall, it's a very well written article and very interesting subject.

Comment thread posts/introduction-to-grpc.md Outdated
Comment thread posts/introduction-to-grpc.md
Comment thread posts/introduction-to-grpc.md

Now that we’ve discussed what gRPC is, let’s flesh out an example. We will create a simple example
application (available on GitHub - https://github.com/hegek87/derivative-solver) to compute the derivative
of simple polynomials. If you don’t remember how a derivative is calculated, we will quickly show the

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you using an example using polynomials? It couldn’t be something else?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No particular reason, I just like math and thought this would be a simple to implement and explain example

Comment thread posts/introduction-to-grpc.md
Comment thread posts/introduction-to-grpc.md Outdated
Comment thread posts/introduction-to-grpc.md Outdated
Comment thread posts/introduction-to-grpc.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants