Go 14 Jul 202514 Connecting the Schema and Resolver to the HTTP Handlertitle: 14 Connecting the Schema and Resolver to the HTTP Handler date: 2024-06-15 author: Gede Eka PradiptaIn … 5 mntRead
Go 14 Jul 202536 Rate Limiting in InterceptorsIn modern microservice development, we’re not only concerned with performance and scalability, but also … 4 mntRead
Go 13 Jul 202513 Building Your First Resolver in graphql-go13 Building Your First Resolver in graphql-go: A Complete Guide for BeginnersIf you want to build a modern API … 6 mntRead
Go 13 Jul 202535 Validating Requests Using InterceptorsWhen building modern backend applications with gRPC, ensuring the validity of request data is a crucial … 3 mntRead
Go 12 Jul 202512 Writing Your First GraphQL Schema FileWritten by: An engineer who once got lost in the jungle of RESTful APIs 6 mntRead
Go 12 Jul 202534 Logging Interceptor with ContextWhen we talk about monitoring and observability in modern applications, logging is the heartbeat of it all. … 5 mntRead
Go 11 Jul 202511 What Is a GraphQL Schema? Concepts and ComponentsGraphQL has transformed the way we build APIs. It not only provides a new way to query data, but also offers a … 6 mntRead
Go 11 Jul 202533 Writing Your Own Stream InterceptorIf you have ever built a gRPC-based application, you are surely already familiar with the concept of … 5 mntRead
Go 10 Jul 202510 Setting Up a GraphQL Playground for Query TestingGraphQL is rapidly becoming the de facto standard for managing API data thanks to its strengths in query … 5 mntRead
Go 10 Jul 202532 Writing Your Own Unary InterceptorWhen building gRPC services in the Go ecosystem, we very often run into the need to plug in middleware … 6 mntRead
Go 09 Jul 202531 What Is an Interceptor in gRPC?gRPC has become the backbone for migrating many monolithic systems toward microservices architectures. With … 5 mntRead
Go 09 Jul 20259 Building a Basic HTTP Server for a GraphQL EndpointDanger Implementing GraphQL no longer requires a large framework. We can build a basic HTTP server to handle … 5 mntRead