The gRPC client streaming RPC allows a client to send a stream of messages to a server. This is different...
Read moreThe gRPC interceptor allows us to intercept gRPC remote procedure calls (RPC) and add code to handle the cross-cutting concerns....
Read moregRPC, one of the most popular RPC frameworks for inter-process microservices communication, supports both unary and streaming RPC. Contrary to...
Read moregRPC, a remote procedure call (RPC) framework, is used for inter microservices communication. The gRPC supports both unary RPC and...
Read moreThe gRPC client streaming RPC allows a client to send a stream of messages to a server. This is different...
Read moreThe gRPC client streaming RPC allows a client to send a stream of messages to a server. This is different...
An important design principle of microservices architecture is database per service pattern i.e. domain data is encapsulated within a service...
Temporal is an open-source, workflow-as-code workflow orchestration platform. In Temporal, you define workflow steps (called Activities) in code using constructs...
A GraphQL directive is a way to add an extra behavior by annotating parts of the GraphQL schema. We can...
In GraphQL, a mutation is used to insert, update or delete data. The mutation API is defined with the type...
GraphQL is susceptible to one issue, commonly known as N + 1 problem. If the GraphQL service is not implemented...
Simplifying modern tech stack!
© 2023 Techdozo.
© 2023 Techdozo.