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.

   



5 Stories by Kumar Abhirup

Tree shaking JSON files with webpack

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.
2 4 min read

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

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

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

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

Securing GraphQL API endpoints using rate limits and depth limits

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

Getting started with Stripe Connect using Next.js

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