Conall DalyHow to implement validation logic in Proto contractsEarlier this year I started working with Protocol buffers for the first time. I was working in a brand new team of engineers with very…Dec 6
InTowards DevbyM K Pavan KumarBuilding Scalable Microservices with gRPC, Spring Boot, and MavenThis article stands as a very good guide to understand and implement gRPC concepts integrated into SpringBoot using maven. In this we will…Jan 204
Konstantin OstrovskygRPC: 5 Years Later, Is It Still Worth It?5 years with gRPC: Is it still my go-to for communication? Dive into my journey and discover if this protocol stands the test of time.Sep 28Sep 28
Milad FahmyProtobuf, JSON, and XML: A Practical ComparisonData serialization is at the heart of modern software development. Whether you’re building APIs, storing configuration files, or designing…Dec 2Dec 2
InJavaScript in Plain EnglishbySahdev GargIs REST Architecture Becoming Obsolete? Exploring the Rise of Protocol Buffers with gRPCAs application architectures evolve, so do the tools and protocols that enable them. REST, the quintessential standard for web APIs, has…Nov 113Nov 113
Conall DalyHow to implement validation logic in Proto contractsEarlier this year I started working with Protocol buffers for the first time. I was working in a brand new team of engineers with very…Dec 6
InTowards DevbyM K Pavan KumarBuilding Scalable Microservices with gRPC, Spring Boot, and MavenThis article stands as a very good guide to understand and implement gRPC concepts integrated into SpringBoot using maven. In this we will…Jan 204
Konstantin OstrovskygRPC: 5 Years Later, Is It Still Worth It?5 years with gRPC: Is it still my go-to for communication? Dive into my journey and discover if this protocol stands the test of time.Sep 28
Milad FahmyProtobuf, JSON, and XML: A Practical ComparisonData serialization is at the heart of modern software development. Whether you’re building APIs, storing configuration files, or designing…Dec 2
InJavaScript in Plain EnglishbySahdev GargIs REST Architecture Becoming Obsolete? Exploring the Rise of Protocol Buffers with gRPCAs application architectures evolve, so do the tools and protocols that enable them. REST, the quintessential standard for web APIs, has…Nov 113
InTowards DevbyTomas SvojanovskyA Deep Dive into gRPC: Understanding Protocol Buffers and EfficiencyUnpacking the Foundations of gRPC for Faster and Smarter CommunicationNov 29
Vishwajith ShettigarSetting Up Protocol Buffers in an Android ProjectProtocol Buffers (Protobuf) is a language-neutral, platform-neutral extensible mechanism for serializing structured data. This guide will…May 201
Sumit Ranjan PandaProtobuf: The Language-Agnostic Data Serialization SuperstarImagine a world where data can effortlessly traverse the digital universe, unhindered by language barriers and format constraints. Enter…Nov 29