gRPC [Golang] Master Class: Build Modern API & Microservices
Better than REST API! Build a fast scalable HTTP/2 API for a Golang micro service with gRPC, Protocol Buffers (protobuf)
Created by Clement Jean | 4 hours on-demand video course
gRPC is a new and modern framework for building scalable, modern and fast API. It is leveraged by many top tech companies such as Google, Square & Netflix and enables programmers to write micro-services in any language they want while keeping the ability to easily create communications between these services. It relies on Protocol Buffers for the transport mechanism and Service Definition language.
In this gRPC [Golang] Master Class: Build Modern API & Microservices course, we are going to explore in depth, with hands-on lectures, all the aspects to get started with gRPC. This course is hands-on and you will implement two services: Greet and a Calculator Service
In just a few hours, you will know everything you need to know to write your .proto files, generate code in your Favourite Programming, and implement your services, servers and client in Golang. There will be plenty of hands-on lectures and exercises for you to practice your newly acquired skills.
It’s time to say goodbye to slow and clunky REST API, and opt-in for a better API framework. gRPC Golang Master Class is the best way to get a great overview of all the possibilities offered by gRPC with your favourite language
Recommended gRPC Course
gRPC Masterclass with Java & Spring Boot [2024] Best seller
Complete Guide to Protocol Buffers 3 [Java, Golang, Python]
gRPC [Node.js] MasterClass: Build Modern API & Microservices
What you’ll learn
- Learn the gRPC theory to understand how gRPC works
- Compare gRPC and REST API paradigm
- Write your gRPC service definition in .proto files
- Generate Server & Client Code in Golang using the protoc gRPC Plugin
- Implement Unary, Server Streaming, Client Streaming & Bi-Directional Streaming API
- Practice your learning with Exercises & Solutions
- Implement advanced concepts such as Error Handling, Deadlines & 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