Articles by Tag #protobuf

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

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

Why gRPC is a Great Choice

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

Learn More 2 0Apr 8

Advanced C# Serialization: Beyond JSON

Advanced C# Serialization: Beyond JSON Serialization is the backbone of modern software...

Learn More 1 0Aug 1

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

Day 7: When Protobuf Breaks Everything - Real Engineering in the Trenches

The day I planned for real-time features but instead fought protobuf parsing, gzip decompression, and learned why fallback strategies matter in production systems

Learn More 0 0Aug 21

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

The Hidden Costs of JSON in APIs

If you’ve built APIs for any length of time, you’ve probably defaulted to JSON without a second...

Learn More 0 0Sep 15

Model Context Protocol with gRPC and ProtoBuf

Model Context Protocol...

Learn More 0 0Jun 19

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

Day 10: Infrastructure Crisis & Strategic Foundation - When Everything Comes Together

Fixing critical protobuf parsing issues while establishing strategic architectural foundations for AI-native observability platforms

Learn More 0 0Aug 24

Building Microservices in Golang with gRPC and Protobuf

In this tutorial, you’ll learn how to: ✅ Define Protobuf messages and services ✅ Implement gRPC...

Learn More 0 0Sep 2

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

Sponge: A Framework That Reshapes the Go Development Experience and Supercharges Your Projects

Preface Go is simple, efficient, and outstanding in concurrency performance—a true breath...

Learn More 0 0Aug 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