91. Case Study: A gRPC-Based Todo List Application
gRPC has become one of the most popular technologies for building high-performance and efficient …
421 All Posts
Berbagi Seputar Android, Gadget, Hardware, Linux, Software, Networking, Programming, Sains Teknologi
gRPC has become one of the most popular technologies for building high-performance and efficient …
68 Gateway Server and Remote Schema Stitching: A Futuristic Step for the Grafana APIModern APIs demand …
These days, services built on the gRPC protocol are increasingly popular across various technology companies …
As a microservices system grows in scale, the need to integrate several services usually arises so that you …
89. Performance Benchmarking with ghz — A Complete Guide to Measuring gRPCPerformance benchmarking might sound …
GraphQL continues to be a popular choice for designing modern APIs, largely thanks to its ability to reduce …
title: “88. Using grpcurl for Manual Testing” date: 2024-06-20T12:00:00Z tags: [grpc, testing, …
65 Dynamic Schemas and Custom Scalar Types: Exploring a More Flexible Type SystemIn the modern world of …
Streaming data in real time has increasingly become a fundamental requirement, whether for video and audio …
64 Aliases and Directives in Queries: A Complete Guide with Examples & VisualizationsAs a backend …
These days, large-scale application development tends to adopt microservices architectures along with …
GraphQL has transformed the way we interact with APIs, bringing flexibility and efficiency to how we fetch …
85. Logging and Debugging with grpc-go: Keeping Your Microservices ReliableWhen developing microservices-based …
Dependency Injection (DI) in Go is an essential practice that supports testing, scalability, and separation of …
title: “84. Mocking a gRPC Server with gomock” author: “Senior Software Engineer” …