type Developer struct {
Name string
Based string
Now string
Loves []string
}
me := Developer{
Name: "Khushvendra Singh",
Based: "India 🇮🇳",
Now: "Into the databases rabbit hole...",
Loves: []string{
"P2P · MCP · libp2p",
"Distributed Systems",
"AI/ML · Temporal Graphs",
"Systems and Infra",
},
}
Pinned Loading
-
-
-
-
-
btcpayserver-plugin-builder
btcpayserver-plugin-builder PublicForked from btcpayserver/btcpayserver-plugin-builder
A server building plugins for BTCPay Server
C#
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




