How well do you actually know Protocol Buffers? We put together a quick interactive quiz covering schema design, field rules, and wire format mechanics.
protobuf.com/quiz/
The questions are now randomly selected from a question bank so retrying will give you a few new
Protovalidate performance has improved dramatically. 3x faster in Go, 10x faster in Java, 13x faster in TypeScript and 484x faster in Python. No, that wasn't a typo. It really is that much faster than before.
This is an older post, but Connect-Query is a library that deserves more attention. It makes it trivial to pull in data from ConnectRPC servers using Tanstack Query. It simplifies state management and makes querying for data extremely simple.
Protobuf is already byte-efficient, but you can squeeze out even more. See how delta encoding dropped our test payload size by another 67% in our latest post: