
Master gRPC fundamentals and hands-on practice to build APIs and microservices in golang. Begin with theory, compare gRPC to frameworks, and learn to write services with errors, security, asynchronous messaging.
Ask viewers to leave a course review after the introduction and be patient for part two, since overall reviews help other students gauge course quality and choose the right course.
Explore how HTTP/2 enables faster, safer gRPC communication through multiplexed, binary, compressed headers and single persistent connections, outperforming HTTP/1.1 in real-world API calls.
Compare gRPC and REST to choose the right tool, noting protocol buffers versus JSON, HTTP/2 versus HTTP/1, and gRPC streaming with bi-directional options, plus strict schemas and freer API design.
Use a makefile to build protobufs and Go binaries, view commands with make help, and build or clean per project or for all on Linux, macOS, and Windows.
Develop a Go gRPC server by creating greet.proto with the greet service and messages, generating Go code, and launching a listening server on 0.0.0.0:50051.
Create a go gRPC client, instantiate the greet service client, and call greet rpc. Log the invocation and print the greeting to verify the unary API flow on port 5051.
Define and implement a server streaming gRPC endpoint GreetManyTimes in Go, generating code, and streaming ten GreetResponse messages from a GreetRequest with formatted greetings.
Learn to implement the server-side client streaming for the LongGreet RPC in Go using gRPC, where the server concatenates multiple GreetRequest first names into a single GreetResponse.
Implement bidirectional streaming on the server with a new GreetEveryone RPC, generating code and looping to receive greetings and send back 'Hello' plus first name responses.
This hands-on lecture teaches wiring a TLS-enabled gRPC connection by using OpenSSL to generate certificates, configuring server TLS, and updating the client to trust the CA for secure communication.
implement the readblog server rpc in go by creating read.go, parse the id into a mongodb objectid, query with findone, decode into blogitem, and return a pb.blog via documenttoblog.
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 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
> 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 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
Note: This course expects you have some preliminary knowledge about Protocol Buffers and Golang.
Section outline:
gRPC Course Overview: Get an understand of the course objectives, how the course is structured, download the course code and get ready!
[Theory] gRPC Internals Deep Dive: Learn how gRPC works behind the scenes. Learn about HTTP/2, Protocol Buffers efficiencies, and the differences of gRPC and REST.
[Hands-On] gRPC Project Overview & Setup: Setup your project and learn how to trigger code generation
[Hands-On] gRPC Unary: API description & implementation
[Hands-On] gRPC Server Streaming: API description & implementation
[Hands-On] gRPC Client Streaming: API description & implementation
[Hands-On] gRPC Bi-Directional Streaming: API description & implementation
[Hands-On] gRPC Advanced Features Deep Dive: Advanced features such as Error Handling, Deadlines, SSL Security.
Next Steps: Some useful real-world links & where to take your learning from here
Instructor
My name is Clément Jean, and I'll be your instructor in this course. I teach about Protocol Buffers and gRPC with my focus always on helping my students improve their professional proficiencies. I am also the author of some of the most highly-rated & best-selling courses.
With development being a widely accepted and pursued career, I've decided it's time for students to properly learn about gRPC. So, let’s kick start the course! You are in good hands!
This Course Also Comes With:
Lifetime Access to All Future Updates
A responsive instructor in the Q&A Section
Links to interesting articles, and lots of good code to base your next template onto
Udemy Certificate of Completion Ready for Download
A 30 Day "No Questions Asked" Money Back Guarantee!
I hope to see you inside the course!