mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 13:01:43 +02:00
chore: update roadmap content json (#7881)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
78084be9a4
commit
f3b325e72f
@@ -1540,9 +1540,35 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"grpc-apis@1DrqtOwxCuFtWQXQ6ZALp.md": {
|
||||
"1DrqtOwxCuFtWQXQ6ZALp": {
|
||||
"title": "gRPC APIs",
|
||||
"description": "",
|
||||
"links": []
|
||||
"description": "gRPC is a platform agnostic serialization protocol that is used to communicate between services. Designed by Google in 2015, it is a modern alternative to REST APIs. It is a binary protocol that uses HTTP/2 as a transport layer. It is a high performance, open source, general-purpose RPC framework that puts mobile and HTTP/2 first. It's main use case is for communication between two different languages within the same application. You can use Python to communicate with Go, or Java to communicate with C#.\n\nVisit the following resources to learn more:",
|
||||
"links": [
|
||||
{
|
||||
"title": "gRPC Website",
|
||||
"url": "https://grpc.io/",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "gRPC Introduction",
|
||||
"url": "https://grpc.io/docs/what-is-grpc/introduction/",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "gRPC Core Concepts",
|
||||
"url": "https://grpc.io/docs/what-is-grpc/core-concepts/",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "Explore top posts about gRPC",
|
||||
"url": "https://app.daily.dev/tags/grpc?ref=roadmapsh",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "Stephane Maarek - gRPC Introduction",
|
||||
"url": "https://youtu.be/XRXTsQwyZSU",
|
||||
"type": "video"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user