46 Protobuf Schema Compatibility and Evolution
IntroductionTransmitting data between microservices has become a pillar of modern backend architecture. One of …
421 All Posts
Berbagi Seputar Android, Gadget, Hardware, Linux, Software, Networking, Programming, Sains Teknologi
IntroductionTransmitting data between microservices has become a pillar of modern backend architecture. One of …
23 Modularizing Resolver and Schema Files: A Structured Approach to Building a GraphQL APIBuilding a GraphQL …
One of the powerful features of Protocol Buffers (Protobuf) that many engineers often overlook is the use of …
22 Building Sub-Schemas Based on Modules: A Practical Guide to Modular Data ArchitectureIn modern application …
When building distributed systems or microservices, exchanging data between services becomes a necessity. …
GraphQL has revolutionized the way we build and consume APIs, offering a level of flexibility that REST …
Protobuf (Protocol Buffers) is extremely popular as a cross-platform serialization format that is both …
title: 20 Managing Queries with Parameters in graphql-go date: 2024-06-26 author: Faris Azhar tags: [Go, …
When we build modern distributed applications, data communication between services becomes crucial, especially …
19 Implementing Resolvers for the users QueryIn this article, I want to take a deep dive into the various ways …
Protocol Buffers (protobuf) is one of the most powerful serialization formats and is widely used in the …
18 Defining the User Data Type in a GraphQL SchemaIn an era where modern applications build client-server …
In modern microservices development, gRPC has become a top choice thanks to its high performance, compact …
As an engineer, the ability to write queries is an essential skill for interacting with a database. In this …
Danger “If you can’t measure it, you can’t improve it.” — Peter Drucker In today’s cloud native era, …