Tech Blog

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

Tutorial
Invalid Date
Complete Guide to Using Protocol Buffers in C++
Learn how to use Protocol Buffers in C++ projects from scratch, including installation, definition, compilation, and usage
Author: Protobuf Decoder Team
protobuf
c++
tutorial
serialization
Tutorial
Invalid Date
Complete Guide to Using Protocol Buffers in Python
Learn how to use Protocol Buffers in Python projects from scratch, including installation, definition, compilation, and usage
Author: Protobuf Decoder Team
protobuf
python
tutorial
serialization
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
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
Invalid Date
Complete Guide to Protobuf Timestamp: Best Practices for Time Handling
Deep dive into Google Protocol Buffers Timestamp type, from basic usage to advanced time handling techniques
Author: Tech Team
protobuf
timestamp
time-handling
protocol-buffers
development-guide
Invalid Date
Complete Guide to Protobuf Data Types
Comprehensive understanding of all Protocol Buffers data types, use cases, and best practices
Author: Protobuf Decoder Team
protobuf
data types
type system
best practices
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
Invalid Date
What is Protocol Buffers? Complete Introduction
Comprehensive understanding of Google Protocol Buffers concepts, advantages, use cases, and core features
Author: Protobuf Decoder Team
protobuf
concept introduction
data serialization
Google
Invalid Date
What is a Protobuf File? Complete Guide
Deep dive into Protobuf file structure, syntax, and usage - from .proto files to generated code
Author: Tech Team
protobuf
protocol-buffers
file-format
data-serialization
development-guide
Invalid Date
What is Protocol Buffers Format? Complete Guide
Deep dive into Protocol Buffers binary format structure, principles, and advantages - master efficient data serialization technology
Author: Protobuf Decoder Team
protobuf
format analysis
binary format
data serialization