From 0e124a0a7874c7ed2b98415ef2b68c58841db6da Mon Sep 17 00:00:00 2001 From: Hunain Ahmed Date: Tue, 13 Jan 2026 05:50:36 +0500 Subject: [PATCH] add tags --- blog/grpc-vs-graphql-2024-07-26.mdx | 1 + blog/what-is-grpc-2024-07-13.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/blog/grpc-vs-graphql-2024-07-26.mdx b/blog/grpc-vs-graphql-2024-07-26.mdx index 3c1befe3b..369c5c791 100644 --- a/blog/grpc-vs-graphql-2024-07-26.mdx +++ b/blog/grpc-vs-graphql-2024-07-26.mdx @@ -3,6 +3,7 @@ title: "GraphQL vs gRPC: Which is Better? Uncover the Best Choice!" sidebar_label: "gRPC vs graphQL" description: "Discover the differences between GraphQL and gRPC. Learn which is better for your needs in this comprehensive guide. Find out now!" image: /images/graphql/graphql-vs-grpc.png +tags: [GraphQL, gRPC, backend, microservices] authors: hunxjunedo hide_table_of_contents: true slug: graphql-vs-grpc diff --git a/blog/what-is-grpc-2024-07-13.mdx b/blog/what-is-grpc-2024-07-13.mdx index 29131c36a..376566ce9 100644 --- a/blog/what-is-grpc-2024-07-13.mdx +++ b/blog/what-is-grpc-2024-07-13.mdx @@ -3,6 +3,7 @@ title: "gRPC Decoded: The API Protocol That's Changing Everything" sidebar_label: "What is gRPC" description: "Demystify gRPC and its impact on modern software architecture. Explore how this powerful tool is reshaping the landscape of API communication." image: /images/docs/grpc_logo.png +tags: [microservices, gRPC, API] authors: hunxjunedo hide_table_of_contents: true slug: what-is-grpc