Articles by Tag #protobuf

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

JSON vs FlatBuffers vs Protocol Buffers

When we think about communication between services/microservices, the first option that comes to mind...

Learn More 20 1Aug 7 '24

Use RBAC to protect your gRPC service right on proto definition

We have a simple gRPC service: message GetUserRequest { string id = 1; } message...

Learn More 4 0Oct 15 '24

Compile Protocol Buffers & gRPC to Typescript with Yarn

Earlier I explored on the high level why one might use Protocol Buffers and gRPC. Now I'll start to...

Learn More 3 0Nov 27 '24

RPC Action EP2: Using Protobuf and Creating a Custom Plugin

In the previous article, I implemented a simple RPC interface using the net/rpc package and tried out...

Learn More 2 0Sep 9 '24

Why gRPC is a Great Choice

Introduction gRPC (Google Remote Procedure Call) is a high-performance, open-source...

Learn More 2 0Apr 8

Why should we use Protobuf in Web API as data transfer protocol.

What is Protobuf? Protobuf, or Protocol Buffers, is a structured data serialization...

Learn More 1 0Aug 28 '24

FauxRPC

I would like to introduce FauxRPC, a powerful tool that empowers you to accelerate development and...

Learn More 0 0Aug 20 '24

Gamechanger Protobuf

Protobuf is Google's answer to the need for an effective, efficient, and flexible serialization...

Learn More 0 0Aug 29 '24

Protobuf fake data generator

Let's assume you have protobuf proto files, generated C# message classes for them, and you want to...

Learn More 0 0Jan 30

Model Context Protocol with gRPC and ProtoBuf

Model Context Protocol...

Learn More 0 0Jun 19

C# Image Resizer Using ZeroMQ and Protobuf

Following on from the previous post I decided to attempt to use protobuf rather than json to transmit...

Learn More 0 0May 9

Part 2: Defining the Authentication gRPC Interface

Introduction In the previous part, we set up our project structure. Now we'll define our...

Learn More 0 0Dec 4 '24

Gamechanger Protobuf

Protobuf ist Googles Antwort auf die Anforderungen an ein effektives, effizientes und zugleich...

Learn More 0 0Aug 29 '24

Protocol Buffers as a Serialization Format

📜 Definition — Protocol Buffers, also known as Protobuf, is a language-neutral, platform-neutral...

Learn More 0 0Dec 5 '24

Defining gRPC APIs with Protobuf - Part 2

In Part 1, we set up our project structure. Now, we’ll: ✅ Define User and Order APIs ✅ Generate gRPC...

Learn More 0 0Mar 4

Protobuf vs JSON: Performance, Efficiency, and API Optimization

When it comes to building modern distributed systems and APIs, the choice of data serialization...

Learn More 0 0Apr 15