blog.debbarma.ingRPC with .NET CoreReading about REST vs RPC few years back I came across this neat RPC framework called gRPC. Since then the framework has gained a lot of traction, companies like Netflix, Lyft use it at its core today. Most of us, know by now that the g in gRPC does ...Feb 21, 2022路4 min read
blog.debbarma.inI participated in a company wide 24hr hackathon and here's how it wentRun through of the idea I did a last minute registration, couldn't find anyone to join me, with a bit of hesitation ran solo 馃槕 Most of the themes were focused towards company's product use cases. I ended up picking the General theme, because I was n...Jan 8, 2022路5 min read
blog.debbarma.inCancellation token multifoldThis post is a continuation of my previous one Cancellation token and APIs馃槆 You should check that out for an intro to cancellation tokens and how we can use them in APIs. In this post we will take a step further and take a look at How to cancel ...Nov 27, 2021路3 min read
blog.debbarma.inCancellation token and APIsEver encountered a situation where you got frustrated with an unresponsive website/app and you hit the refresh button. Of course you have. Its 2021 and everyone wants instant gratification. On the Web, the end user always has the cancel/refresh butt...Nov 20, 2021路3 min read
blog.debbarma.inCode reviews - Used to hate them, not anymoreDevelopers = Crazy individuals with mild OCD. Individuals who are particular about their operating system, the editor they use, the way they use language constructs. In this post, I am going to talk about how this craziness make code reviews even c...Oct 2, 2021路3 min read