Go 26 Jul 202526 What Is a Mutation and When Should You Use It?title: “26 What Is a Mutation and When Should You Use It?” date: 2024-06-15 author: “Seno … 5 mntRead
Go 26 Jul 202548 Custom Options in ProtobufIf you’ve ever worked with Google’s Protobuf (Protocol Buffers), you surely know how powerful this … 6 mntRead
Go 25 Jul 202525 Using Interface and Union Types in graphql-goGraphQL offers tremendous flexibility when defining an API schema, especially when dealing with data that can … 6 mntRead
Go 25 Jul 202547 Reserved Fields and Reserved NumbersIn the world of software engineering—especially when developing communication protocols, data serialization, … 6 mntRead
Go 24 Jul 202524 Strategies for Refactoring GraphQL Schemas in Large ProjectsGraphQL has become the new standard for building modern APIs — flexible, easy to consume, and powerful. But as … 5 mntRead
Go 24 Jul 202546 Protobuf Schema Compatibility and EvolutionIntroductionTransmitting data between microservices has become a pillar of modern backend architecture. One of … 6 mntRead
Go 23 Jul 202523 Modularizing Resolver and Schema Files23 Modularizing Resolver and Schema Files: A Structured Approach to Building a GraphQL APIBuilding a GraphQL … 6 mntRead
Go 23 Jul 202545 How to Use `option` in ProtobufOne of the powerful features of Protocol Buffers (Protobuf) that many engineers often overlook is the use of … 5 mntRead
Go 22 Jul 202522 Building Sub-Schemas Based on Modules22 Building Sub-Schemas Based on Modules: A Practical Guide to Modular Data ArchitectureIn modern application … 5 mntRead
Go 22 Jul 202544 Reusing Messages with `import`When building distributed systems or microservices, exchanging data between services becomes a necessity. … 5 mntRead
Go 21 Jul 202521 Best Practices for Designing a GraphQL SchemaGraphQL has revolutionized the way we build and consume APIs, offering a level of flexibility that REST … 6 mntRead
Go 21 Jul 202543 Leveraging `oneof` in ProtobufProtobuf (Protocol Buffers) is extremely popular as a cross-platform serialization format that is both … 5 mntRead