Rishabh Rawat 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.

Stories by Rishabh Rawat

Node JS Ope API Spec

Write a scalable OpenAPI specification for a Node.js API

Dev

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 and computers.

Rishabh Rawat
Apr 12, 2023 ⋅ 6 min read
Using Circuit Breaker Nodejs

How to use a circuit breaker in Node.js

Dev

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

Rishabh Rawat
Feb 7, 2023 ⋅ 6 min read
Build a durable pub-sub with Kafka and Node.js

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

Dev

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 post.

Rishabh Rawat
Nov 24, 2022 ⋅ 8 min read