Distributed Transactions in Microservices: implementing Saga with Temporal
An important design principle of microservices architecture is database per service pattern i.e. domain data is encapsulated within a service...
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.