Sampath Gajawada I'm a full-stack developer who always wishes to implement new and challenging elements in my daily life. Currently, my focus is on React and Vue.

Stories by Sampath Gajawada

Vue Debounce Throttle

How to debounce and throttle in Vue

Dev

debounce calls a function when a user hasn’t carried out an event in a specific period amount of time, while throttle calls a function at intervals of a specified time.

Sampath Gajawada
Oct 27, 2022 ⋅ 4 min read
Unit Testing Vuex Modules Web Nocdn

Unit testing Vuex modules with Jest

Dev

Explore Vuex and learn about getters, mutations, actions, and state by creating and unit testing a Vuex module with TypeScript and Jest.

Sampath Gajawada
Aug 10, 2022 ⋅ 4 min read
Escape Javascript Memory Leaks

How to escape from memory leaks in JavaScript

Dev

Memory leaks are often caused due to flaws in your logic. Avoiding all the possible leaks can significantly improve your application’s performance and save memory.

Sampath Gajawada
Apr 25, 2022 ⋅ 7 min read
React Pagination Scratch

React pagination from scratch using Hooks

Dev

Improve you app’s overall UI and UX by reducing large data displays with a pagination component. Create pagination from scratch using React Hooks.

Sampath Gajawada
Mar 11, 2022 ⋅ 6 min read