DEV Community

The complete gRPC course Series' Articles

Back to TECH SCHOOL's Series
The complete gRPC course [Protobuf + Go + Java]
Cover image for The complete gRPC course [Protobuf + Go + Java]

The complete gRPC course [Protobuf + Go + Java]

209
Comments 1
2 min read
Introduction to gRPC: why, what, how?
Cover image for Introduction to gRPC: why, what, how?

Introduction to gRPC: why, what, how?

119
Comments 2
5 min read
HTTP/2 - The secret weapon of gRPC
Cover image for HTTP/2 - The secret weapon of gRPC

HTTP/2 - The secret weapon of gRPC

49
Comments
3 min read
Is gRPC better than REST? Where to use it?
Cover image for Is gRPC better than REST? Where to use it?

Is gRPC better than REST? Where to use it?

81
Comments 5
4 min read
Define a protobuf message and generate Go code

Define a protobuf message and generate Go code

41
Comments 2
7 min read
Protocol buffer deep-dive
Cover image for Protocol buffer deep-dive

Protocol buffer deep-dive

36
Comments 3
12 min read
Config Gradle to generate Java code from Protobuf

Config Gradle to generate Java code from Protobuf

15
Comments 3
7 min read
Generate and serialize protobuf message in Go

Generate and serialize protobuf message in Go

23
Comments 1
15 min read
Implement unary gRPC API in Go

Implement unary gRPC API in Go

38
Comments 1
15 min read
Implement server-streaming gRPC in Go

Implement server-streaming gRPC in Go

44
Comments
10 min read
Upload file in chunks with client-streaming gRPC - Go

Upload file in chunks with client-streaming gRPC - Go

72
Comments
15 min read
Implement bidirectional streaming gRPC - Go
Cover image for Implement bidirectional streaming gRPC - Go

Implement bidirectional streaming gRPC - Go

43
Comments
11 min read
gRPC reflection and Evans CLI

gRPC reflection and Evans CLI

30
Comments
5 min read
Use gRPC interceptor for authorization with JWT
Cover image for Use gRPC interceptor for authorization with JWT

Use gRPC interceptor for authorization with JWT

114
Comments 5
22 min read
How to secure gRPC connection with SSL/TLS in Go
Cover image for How to secure gRPC connection with SSL/TLS in Go

How to secure gRPC connection with SSL/TLS in Go

109
Comments 7
10 min read
Load balancing gRPC service with Nginx
Cover image for Load balancing gRPC service with Nginx

Load balancing gRPC service with Nginx

81
Comments 6
16 min read