-
·
gRPC Communication Patterns
One of the advantages gRPC offers over REST based services is the streaming bi-directional communication. Traditional implementations which depend on REST APIs often implement Web Sockets to enable real bi-directional streaming of data packets. I said real because it is still possible to simulate streaming behavior using REST, which of course is not performant, and…
-
Launching Budge (v0.1.1)
Things are finally moving for Budge! On 30th January 2025, I soft-launched Budge for iOS and Android phones. This is perhaps the first time I am writing and publishing about it anywhere till now. This blog post is a formal announcement of the same. If you are curious and have questions like – why soft-launch?…