Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
gRPC Go for Professionals
gRPC Go for Professionals

gRPC Go for Professionals: Implement, test, and deploy production-grade microservices

eBook
$35.99
Paperback
$44.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Discover essential guidelines to steer clear of pitfalls when designing and evolving your gRPC services
  • Develop your understanding of advanced gRPC concepts such as authentication and security
  • Put your knowledge into action as you build, test, and deploy a TODO list microservice

Description

In recent years, the popularity of microservice architecture has surged, bringing forth a new set of requirements. Among these, efficient communication between the different services takes center stage, and that's where gRPC shines. This book will take you through creating gRPC servers and clients in an efficient, secure, and scalable way. However, communication is just one aspect of microservices, so this book goes beyond that to show you how to deploy your application on Kubernetes and configure other tools that are needed for making your application more resilient. With these tools at your disposal, you’ll be ready to get started with using gRPC in a microservice architecture. In gRPC Go for Professionals, you'll explore core concepts such as message transmission and the role of Protobuf in serialization and deserialization. Through a step-by-step implementation of a TODO list API, you’ll see the different features of gRPC in action. You’ll then learn different approaches for testing your services and debugging your API endpoints. Finally, you’ll get to grips with deploying the application services via Docker images and Kubernetes.

Who is this book for?

Whether you’re interested in microservices or looking to use gRPC in your product, this book is for you. To fully benefit from its contents, you’ll need a solid grasp of Go programming and using a terminal. If you’re already familiar with gRPC, this book will help you to explore the different concepts and tools in depth.

What you will learn

  • Understand the different API endpoints that gRPC lets you write
  • Discover the essential considerations when writing your Protobuf files
  • Compile Protobuf code with protoc and Bazel for efficient development
  • Gain insights into how advanced gRPC concepts work
  • Grasp techniques for unit testing and load testing your API
  • Get to grips with deploying your microservices with Docker and Kubernetes
  • Discover tools for writing secure and efficient gRPC code

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 14, 2023
Length: 260 pages
Edition : 1st
Language : English
ISBN-13 : 9781837634095
Category :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jul 14, 2023
Length: 260 pages
Edition : 1st
Language : English
ISBN-13 : 9781837634095
Category :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 124.97
gRPC Go for Professionals
$44.99
Test-Driven Development in Go
$39.99
Effective Concurrency in Go
$39.99
Total $ 124.97 Stars icon
Banner background image

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5
(6 Ratings)
5 star 50%
4 star 50%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




arsalan Aug 06, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book's focus on advanced gRPC ideas like authentication and security is one of its finest features. These are essential considerations when working with distributed microservices, and the authors do a great job of demystifying these difficult subjects. The thorough grasp of effective microservice security and system integrity will be provided to readers.The book stands out for its practical approach, which enables users to put their information to use. It explores core concepts such as message transmission and the role of Protobuf in serialization and deserialization. A must read.
Amazon Verified review Amazon
POE Oct 20, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is intended for Go developers that want to leverage gRPC, Go’s implementation of the universal Remote Procedure Call (RPC) framework. Both a network and Protobuf primer are provided at the start of the book to help ensure the reader is prepared for the content that follows. A brief introduction to gRPC is provided, covering server, client, REST, and GraphQL.The author provides sufficient detail to help you setup a project and design an API. Performance is aptly considered with the programming examples. Several gRPC features are covered to include error handling, class, load balancing, request validation, logging, tracing, and more. Advanced topics include unit and load testing, debugging, and deploying with Docker, Kubernetes, and Envoy Proxy.
Amazon Verified review Amazon
KS Dec 04, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Here's what I loved:1. Comprehensive and practical: The book doesn't shy away from core concepts. It delves deep into message transmission, the magic of Protobuf, and even advanced gRPC features like authentication and security. Yet, it never loses sight of practicality, offering step-by-step implementation through a API.2. Testing and deployment done right: Often neglected aspects of microservice development are given their due here. Jean meticulously explores unit and load testing techniques, ensuring your code stays rock-solid. He then takes you on a deployment journey, leveraging Docker and Kubernetes for seamless production-ready deployments.3. Beyond the code: While technical mastery is key, Jean recognizes the bigger picture. He offers valuable insights into designing and evolving gRPC services, avoiding common pitfalls, and writing secure and efficient code. This holistic approach prepares you for the real-world challenges of microservice development.This book is for you if:1. You're a Go developer eager to leverage gRPC for building microservices.2. You've dabbled in gRPC but crave a deeper understanding and practical guidance.3. You're building microservices and want to ensure their scalability, efficiency, and robustness.Overall, "gRPC Go for Professionals" is a masterclass in building production-grade microservices with gRPC and Go. It's a must-have for any developer serious about mastering this powerful technology.Bonus points:1. The book is well-written, engaging, and avoids jargon overload.2. The accompanying code examples are clear, concise, and readily applicable.3. Jean's passion for gRPC shines through, making the learning experience even more enjoyable.Highly recommended!
Amazon Verified review Amazon
KT Nov 27, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
...and someone writes a book about it.Look - information down a wire does not, never has, and never will both a) be efficient and b) align exactly with the same information in language-aligned data structures. How you make the translations is tricky, and one should take a long hard look at the entire process before ever starting.Google engineers naturally ignored the process of thinking, and dove right in. They *did* manage to strip out all the human-readable-on-the-wire stupidity which characterizes both XML and JSON/YAML, opting for machine-readable alacrity.However, they got hamstrung by how that layout translates into Go data structures (all the while crowing about how gRPC [ and protobufs - which are a whole 'nother level of mis-engineered hell ] ) are language-agnostic. In this case, it simply means that gRPC is a small inadequate solution looking for a problem, which is equally inadequate in a lot of languages, with a lot of bags on the side to attempt to correct these deficiencies.In short, it's Sun ONC-RPC with XDR, with slight variations and a similar number of drawbacks and failures, but it's Google, so that must mean it's the Right Thing(TM).Oh, the book is reasonably good at describing gRPC, insofar as any of these books end up ever being any good at anything. If you absolutely *must* use gRPC, then I guess you might get some value from this book. Be sure the expense it though, don't pay for it out of your own pocket.
Amazon Verified review Amazon
D&A Aug 03, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
An excellent resource for developers looking to use Go and gRPC to their best potential. This book is an excellent addition to the library of any developer because to author's simple explanations, applicable examples, and useful insights. It explains gRPC concepts such as authentication and security. This book will surely increase your knowledge and skill set, whether you are an experienced professional or an intermediate developer trying to enhance your microservices knowledge and skill set.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.