Tag: #protobuf
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
Protobuf Edition 2026: Three Tightened Defaults, and the Schema Size Limits protoc Finally Enforces
Edition 2026 landed on protobuf.dev on July 13, 2026 — but v36.0-rc1 had already been published four days earlier, on July 9. Edition 2026 adds no new syntax; instead it tightens three defaults — a ban on name collisions
2026-07-16 · 19 min read #grpc#protobuf#api-design#serializationAPI Design & Testing Tools 2026 — Bruno / Insomnia / Postman / Hoppscotch / Scalar / Mintlify / Buf Deep Dive
The API tooling landscape in 2026 looks nothing like it did five years ago. Postman lost trust through account requirements and cloud sync defaults. Insomnia 8 walked the same path and stumbled again after the Kong acqui
2026-05-16 · 21 min read #api-design#api-testing#bruno#insomnia#postmangRPC Deep Dive 2025: Protocol Buffers, Four Communication Models, Interceptors, Load Balancing
Deep dive into gRPC: Protocol Buffers internals, four communication models (Unary/Server/Client/Bidirectional), interceptors, load balancing, Deadline/Cancellation, streaming backpressure, gRPC-Web, debugging tools.
2026-04-15 · 9 min read #grpc#protobuf#streaming#http2#interceptorBinary Serialization Complete Guide 2025: Protobuf, Thrift, Avro, MessagePack, FlatBuffers, Cap'n Proto — Choosing Between Performance and Flexibility
Binary formats that are 10x faster and 5x smaller than JSON. From Protocol Buffers varint through FlatBuffers zero-copy to Avro schema evolution — a complete 720-line analysis of the internal structure and real-world sel
2026-04-15 · 29 min read #serialization#protobuf#thrift#avro#messagepackEvent Streaming Deep Dive Guide 2025: Kafka Internals, Flink, Exactly-Once, Schema Evolution
Event Streaming Deep Dive! Kafka Internals (Partitions/Segments/ISR/Controller), Consumer Groups (Rebalancing/Offset Management), Exactly-Once (Transactions/Idempotency), Schema Registry (Avro/Protobuf Evolution), Apache
2026-04-14 · 21 min read #event-streaming#kafka#flink#exactly-once#schema-registrygRPC & Protocol Buffers Complete Guide 2025: The New Standard for Microservices Communication
Everything about gRPC! Protocol Buffers schema design, 4 communication patterns (Unary/Server/Client/Bidirectional Streaming), interceptors, error handling, load balancing, gRPC-Web, REST vs gRPC comparison, and real-wor
2026-03-24 · 20 min read #grpc#protobuf#protocol-buffers#microservices#api