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
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
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.
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
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
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
Tutorial
December 19, 2024
Complete Guide to Protobuf Data Types
Comprehensive understanding of all Protocol Buffers data types, use cases, and 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
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
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
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.
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.
