Published inNerd For TechLet’s talk about debouncing and throttling and how they can enhance your react app’s performance.Debouncing and throttling are JS patterns which are used for performance optimisations for controlling the rate at which an action is…Jun 20, 2021Jun 20, 2021
Supercharge your nodejs testing using supertestYou are in for a treat if you have been wondering about how to test your nodejs routes 🤩🤩Feb 16, 2021Feb 16, 2021
Some var, let and const gotchasMake sure you go through these before your next interview🤓🤓Sep 11, 2020Sep 11, 2020
Infinite scrolling in React with a small Pokemon appBecause we like to scroll through things infinitelyAug 16, 2020Aug 16, 2020
Render props and how it can save the day !!!If reusability in react is more than just a word for you then you are at the right spot 😉Jul 21, 2020Jul 21, 2020
Let’s get down to some testing — Hooks+Axios +React testing libraryPatiently Read this if you are a noob in testing just like me! If not read it anyways 😆Jun 22, 2020Jun 22, 2020
WTH is Websockets and why should you even care?Implementing a dummy stock tracker using Socket.io and NodeJSMay 19, 2020May 19, 2020
Deep Cloning and Shallow Cloning Javascript Objects.. What and Why 🧐ES6 provides methods to copy objects but there is a catch to it 😱😱🧐🧐Dec 10, 2019Dec 10, 2019
Testing Redux Thunk Actions using JestPrerequisites : Prior knowledge of using React,Redux Redux and Thunks is necessary.Sep 17, 20191Sep 17, 20191
Route Protection in React using React Router Dom with a simple exampleThis article assumes you are using react-router-dom library for routing in your react appAug 30, 2019Aug 30, 2019