Oluwatosin Oghenewaire Thompsongoninja.hashnode.dev·Aug 11, 2023Unleashing the Power of Protobuf: Efficient Serialization and Data Handling Made SimpleProtobuf Protobuf is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. It is similar to XML, but it is smaller, faster, and simpler. Protobuf can be used to serialize data objects into a stream of bytes, whic...Discuss·1 like·29 readsgolang
youssef sheblyoussefshebl.hashnode.dev·Jul 31, 2023what is gRPC, and how work, what is protocol buffers, and how it work?🔁 gRPC-nodejs 📌 what is gRPC? gRPC is a modern, open-source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently and simplifies the building of conne...DiscussNode.js
Mridul Gangamg.hashnode.dev·Jul 22, 2023gRPC Quickstart using GolangWhat is gRPC? gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authenti...Discussgolang
Leel Vinodleelvinod.hashnode.dev·Jul 22, 2023Exploring Communication Methods: A Comparative Analysis of Microservices and Monolithic SystemsLet's consider a Stock Exchange System Sign up: Ensuring successful user registration. Buy/Sell transaction: Monitoring successful stock transactions. Market Data: Observing real-time data transmission for stock market fluctuations. Profit Loss R...Discuss·10 likes·81 readsHLDhld
Divij Sehgaldivijsehgal.hashnode.dev·Jul 17, 2023Choosing the Right API Framework: Comparing tRPC, gRPC, GraphQL, and RESTIntroduction In today's rapidly evolving software development landscape, there are several popular frameworks and protocols available for building APIs. Among these, tRPC, gRPC, GraphQL, and REST have gained significant attention. Each framework has ...DiscussREST API
Khaled Hosseinikhaledhosseini.hashnode.dev·Jul 1, 2023Play Microservices: SchedulerThis is the 3rd part of a series of articles under the name "Play Microservices". Links to other parts: Part 1: Play Microservices: Bird's eye view Part 2: Play Microservices: Authentication Part 3: You are here Part 4: Play Microservices: Email serv...Discuss·38 readsPlay MicroservicesMicroservices
Maheshwar Ligadefortechwastitechwasti.com·Jun 15, 202325 gRPC interview questions and answers for developers!What is gRPC? gRPC is an open-source framework developed by Google that enables efficient communication between distributed systems by providing a language-agnostic, high-performance Remote Procedure Call (RPC) mechanism. What are the advantages of...Discuss·129 readsgRPC
Maheshwar Ligadefortechwastitechwasti.com·Jun 13, 2023HTTP/2 & gRPC: Empowering High-Performance RPC FrameworksIntroduction: In today's digital landscape, where speed and efficiency are paramount, developers are constantly seeking ways to enhance the performance of their applications. One key area of focus is the remote procedure call (RPC) framework, which e...Discuss·29 readsProgramming Blogs
Promise Femipromisefemi.hashnode.dev·May 25, 2023gRPC Client Connection PoolingOriginal article was published on my website: https://promisefemi.vercel.app/blog/grpc-client-connection-pooling Recently I was working on a daemon for consuming MQTT messages sent from thousands of IOT devices. One of the requirements was that the ...DiscussgRPC
Rwitesh Berarwitesh.hashnode.dev·May 24, 2023REST vs gRPCIntroduction Building efficient and reliable communication between applications is a crucial part of the modern world of software development. API or Application programming interface acts as an intermediatory that defines a set of rules to help diff...Discuss·11 likes·148 readsREST API