Tech Blog

Share Protobuf-related technical articles, best practices, and usage tips

Invalid Date
How to Generate Code from Proto Files for Different Languages
A comprehensive guide on using Protocol Buffers compiler to generate code files for various programming languages from .proto files, including installation, configuration, commands, and practical examples.
Author: Tech Writer
protobuf
code generation
compiler
multi-language
January 20, 2024
Protobuf vs JSON: Performance Comparison and Selection Guide
In-depth analysis of performance differences between Protobuf and JSON to help you choose the right data format.
Author: Tech Team
performance
protobuf
json
comparison
Tutorial
January 15, 2024
Protocol Buffers Basics Guide
Learn Protocol Buffers from scratch, understand its basic concepts, syntax, and usage.
Author: Tech Team
tutorial
protobuf
basics