Rishabh Rawat

  https://rrawat.com/ Rishabh is a full-time Software Engineer, GSoC '19 participant, and GCI '18 mentor. He writes about backend web development biweekly. Find him on Twitter and LinkedIn.

     



3 Stories by Rishabh Rawat

Write a scalable OpenAPI specification for a Node.js API

The OpenAPI specification provides a standard, language-agnostic interface to understand and interact with the API in a way that is easier for both humans...
1 6 min read

How to use a circuit breaker in Node.js

Without a circuit breaker, your application will continue to hit requests that are bound to fail, wasting time and resources.
0 6 min read

Build a durable pub-sub with Kafka in Node.js

Durable pub-sub builds make for faster apps. Learn why Kafka is a better choice for pub-sub over simple HTTP requests and more in this...
8 8 min read