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
Go 20 Jul 202520 Managing Queries with Parameters in graphql-gotitle: 20 Managing Queries with Parameters in graphql-go date: 2024-06-26 author: Faris Azhar tags: [Go, … 5 mntRead
Go 20 Jul 202542 Using Enums in ProtobufWhen we build modern distributed applications, data communication between services becomes crucial, especially … 5 mntRead
Go 19 Jul 202519 Implementing Resolvers for the `users` Query19 Implementing Resolvers for the users QueryIn this article, I want to take a deep dive into the various ways … 6 mntRead
Go 19 Jul 202541 Understanding Nested MessagesProtocol Buffers (protobuf) is one of the most powerful serialization formats and is widely used in the … 6 mntRead
Go 18 Jul 202518 Defining the `User` Data Type in a GraphQL Schema18 Defining the User Data Type in a GraphQL SchemaIn an era where modern applications build client-server … 6 mntRead
Go 18 Jul 202540 Chain Interceptor with `grpc_middleware`In modern microservices development, gRPC has become a top choice thanks to its high performance, compact … 5 mntRead
Go 17 Jul 202517 Building a Query to Fetch Simple DataAs an engineer, the ability to write queries is an essential skill for interacting with a database. In this … 5 mntRead