Kumar Abhirup I am Kumar Abhirup, founder at Beam Community, Inc. I'm in school and from Pune, India. I write about coding, tech, and everything I know.

Stories by Kumar Abhirup

Treeshaking JSON in Webpack

Tree shaking JSON files with webpack

Dev

Webpack performs out-of-the-box tree shaking when compiling multiple JSON files into a single one. Here’s how and why you should use it.

Kumar Abhirup
Jan 6, 2022 ⋅ 4 min read
Ganache Logo

How to develop, test, and deploy smart contracts using Ganache

Dev

Managing smart contracts is an important job of a blockchain developer, and this tutorial explains how to get started with them.

Kumar Abhirup
Oct 26, 2021 ⋅ 6 min read
Guide to Pagination

A guide to pagination, load more buttons, and infinite scroll

Dev

Here, we explain a few methods of setting up pagination, load more buttons, and infinite scroll to create more dynamic web pages.

Kumar Abhirup
Sep 28, 2021 ⋅ 5 min read
Securing GraphQL API Using Rate Limits And Depth Limits

Securing GraphQL API endpoints using rate limits and depth limits

Dev

See how to secure your GraphQL API endpoints to prevent API spam and query attacks with rate and depth limiting.

Kumar Abhirup
Jul 15, 2021 ⋅ 6 min read
Getting Started With Stripe Connected Accounts Using Next.js

Getting started with Stripe Connect using Next.js

Dev

Learn how to connect users’ Stripe accounts to an ecommerce platform using Next.js and Stripe Connect webhooks.

Kumar Abhirup
Jun 18, 2021 ⋅ 15 min read