Akash Patel

Software Engineer with 3+ years of experience in web application development.

Front End Development, React.js

Creating a Custom Calendar View using React Big Calendar

In the dynamic field of web development, presenting schedules and events in an intuitive and user-friendly manner stands as a pivotal requirement. Enter React Big Calendar, a highly acclaimed scheduler component library renowned for its robust solutions. Offering a plethora of customization options, interactivity, and feature-rich...

06-Apr-2024

Front End Development, React.js

Event optimization using debounce

What is Debounce? Debounce is an optimization technique to reduce the frequency of repetitive function calls. It is especially suitable for cases where we have some function that can be called multiple times within a short duration, but only the latest execution result is required. There are many ways to implement it. The general...

23-Aug-2023