Tech Blog

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

Tutorial
October 21, 2025
What is CBOR? Complete Guide to Concise Binary Object Representation
Comprehensive guide to CBOR (Concise Binary Object Representation) - a binary data serialization format similar to Protocol Buffers, with examples and comparisons
Author: pbdecoder.online
cbor
binary format
data serialization
encoding
json alternative
Tutorial
October 12, 2025
Complete FlatBuffers Tutorial: Google High-Performance Serialization Library Guide
FlatBuffers Tutorial: Master Google FlatBuffers serialization library, learn FlatBuffers zero-copy features, FlatBuffers performance optimization, FlatBuffers schema definition, FlatBuffers multi-language support, and FlatBuffers real-world applications
Author: Protobuf Decoder Team
flatbuffers
serialization
performance optimization
zero-copy
Google
October 12, 2025
What is MessagePack? A Complete Guide to Efficient Binary Serialization
Learn about MessagePack, a fast and compact binary serialization format. Understand its features, advantages, use cases, and how it compares to JSON, Protocol Buffers, and CBOR.
Author: Tech Writer
MessagePack
Serialization
Binary Format
Data Exchange
Tutorial
December 19, 2024
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
December 19, 2024
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
December 19, 2024
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
Tutorial
December 19, 2024
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
Tutorial
December 19, 2024
What is Protobuf? Complete Introduction to Protocol Buffers
Comprehensive understanding of Google Protobuf concepts, advantages, use cases, and core features - essential for protobuf decoder users
Author: pbdecoder.online
protobuf
concept introduction
data serialization
Google
Tutorial
December 19, 2024
What is a Protobuf File? Complete Guide
Deep dive into Protobuf file structure, syntax, and usage - from .proto files to generated code
Author: pbdecoder.online
protobuf
protocol-buffers
file-format
data-serialization
development-guide
Tutorial
December 19, 2024
What is Protobuf Format? Complete Guide to Protocol Buffers
Deep dive into protobuf binary format structure, principles, and advantages - master efficient data serialization for protobuf decoder
Author: pbdecoder.online
protobuf
format analysis
binary format
data serialization
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
January 15, 2024
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