gRPC [Golang] Master Class: Build Modern API and Microservices
Video description
Better than REST APIs! Build a fast and scalable HTTP/2 API for a Go microservice with gRPC and protocol buffers (protobufs)
About This Video
Learn the gRPC theory to understand how gRPC works
Compare gRPC and the REST API paradigm
Write your gRPC service definition in .proto files
In Detail
gRPC is a new and modern framework for building scalable, modern, and fast APIs. It is leveraged by many top tech companies such …
gRPC [Golang] Master Class: Build Modern API and Microservices
Video description
Better than REST APIs! Build a fast and scalable HTTP/2 API for a Go microservice with gRPC and protocol buffers (protobufs)
About This Video
Learn the gRPC theory to understand how gRPC works
Compare gRPC and the REST API paradigm
Write your gRPC service definition in .proto files
In Detail
gRPC is a new and modern framework for building scalable, modern, and fast APIs. It is leveraged by many top tech companies such as Google, Square, and Netflix and enables programmers to write microservices in any language they want while keeping the ability to easily create communications between these services. It relies on protocol buffers as the transport mechanism and the Service Definition Language.
gRPC [Golang] Master Class: Build Modern APIs and Microservices is the best way to get a great overview of all the possibilities offered by gRPC with your favourite language
Learn the gRPC theory to understand how gRPC works
Compare gRPC and the REST API paradigm
Write your gRPC service definitions in .proto files
Generate server and client Code in Golang using the Gradle gRPC plugin
Implement unary, server streaming, client streaming, and the bi-directional streaming API
Practice your learning with exercises and solutions
Implement advanced concepts such as error handling, deadlines, and SSL security
Implement a full CRUD API on top of MongoDB
Get pointers to expand your learning journey and get inspired by real-world gRPC services
This perfect gRPC course will help you simplify your APIs and clients. This is not for a total beginner, though; experience with Go is a must and experience with creating/maintaining APIs is a big plus to help you understand what is going on.
Who this book is for
Developers who want to understand how to write gRPC services and clients in Golang and architects who want to understand how gRPC works and the concepts behind the different types of API.
Bi-Directional Streaming API Server Implementation
Bi-Directional Streaming API Client Implementation
[Solution] FindMaximum API
Chapter 8 : [Hands-On] gRPC Advanced Features Deep Dive
[Theory] Errors in gRPC
[Hands-On] Errors implementation
[Theory] Deadlines
[Hands-On] Deadlines
[Theory] SSL Security
[Hands-On] SSL Security
[Demo] Language Interoperability
gRPC Reflection Evans CLI
Chapter 9 : [Hands-On] CRUD API with MongoDB
Install MongoDB
Install MongoDB UI - Robo 3T
Blog Service Golang Setup
MongoDB Driver Golang Setup
CreateBlog Server
CreateBlog Client
ReadBlog Server
ReadBlog Client
UpdateBlog Server
UpdateBlog Client
DeleteBlog Server
DeleteBlog Client
ListBlog Server
ListBlog Client
Evans CLI test with CRUD
Chapter 10 : Next Steps
gRPC Services in the Real Word
Congrats Next Steps
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept