Irwing Telloirwingtello.hashnode.dev·6 hours agoCreate your first dashboard to retrieve balances on Stellar without writing codeIntroduction Assessing your financial situation can be quite a task, often involving sifting through various online resources, which can occasionally result in overlooking some of your assets. In the world of Web3, individuals less involved in online...DiscussStellar
Vishal Sharmacodreline.hashnode.dev·Sep 7, 2023Unveiling the Power of RPC: Simplifying Distributed CommunicationIn the ever-expanding realm of modern software development, efficient communication between different parts of a distributed system is nothing short of essential. Picture this: you have multiple computers or software components, scattered across the ...Discuss·2 likesRPC
AMIT KUMAR MISHRAamit0617.hashnode.dev·Aug 20, 2023Web2 to Web3 in one shotWhenever I am introducing people to some "blockchain stuff", or come out as someone who understands it, people look at my age, and tend to ask - "How did you learn that?" Their belief is that - resources for learning about blockchains are rare. To be...DiscussEthereum
Bilge PamukcuProbilge.hashnode.dev·Jul 22, 2023Communication Structures in Microservices ExplainedRPC (Remote Procedure Call) A remote procedure call is a communication protocol between a client and a server. The client asks the server to do a particular operation. The server performs that operation immediately and returns some information back t...DiscussSoftware ArchitectureMicroservices
Tej Pratap Singhblog.tejpratapsingh.com·Jun 4, 2023AIDL : IPC, The Android wayThe Android Interface Definition Language (AIDL) is similar to other IDLs: it lets you define the programming interface that both the client and service agree upon in order to communicate with each other using interprocess communication (IPC). Aidl ...Discuss·26 readsAndroid
Dhanush P Sukruthdsukruth.hashnode.dev·May 12, 2023Enhancing Data Transfer Efficiency in the Cosmos Hub through gRPC and WebSockets Subscription.What is Cosmos Hub? The Cosmos hub is a decentralized network of parallel and independent blockchains which is powered using a tender mint consensus engine. The cosmos hub provides a range of tools and technologies to developers including gRPC and We...Discusscosmos
Aayush GuptaforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·May 3, 2023How to Migrate a DApp from Goerli to Sepolia Using QuickNodeIn this tutorial, you will learn how to migrate your DApp from Goerli to Sepolia using QuickNode, a fast and reliable RPC node provider. As you may know, the Goerli network has faced several issues recently, from the low availability of test funds t...Discuss·10 likes·294 readsGoerli
Greg GoodwinProggn.hn·May 1, 2023Next.js using Go RPC Server for your APIOutline This post provides a tutorial on setting up a Go RPC Server to server your API to your Next.js application. Part 1 covers setting up a Go RPC server to handle HTTP requests, including creating a client that connects to the server and calls t...Discuss·11 likes·118 readsNext.js
GetBlockgetblock.hashnode.dev·Apr 17, 2023GetBlock Launches Affiliate Program: How to Benefit from ItGetBlock has recently introduced an affiliate marketing program that enables crypto enthusiasts to monetize their social media presence by referring top-tier RPC node providers to the next generation of developers. This is an opportunity for everyone...DiscussAffiliate marketing
Ted Klingenbergblog.doseofted.me·Mar 2, 2023Proper RPC with Prim+RPCI did not think that RPC would become a popular topic in 2023 but I'm happy to find that I was very wrong. It seems that RPC has become the topic to tackle with the introduction of many new frameworks that blur the line between the client and server....Discuss·1 like·169 readsRPC