Gunjan KalitaThree solid ways to achieve Abstraction in ReactIn React development, mastering the art of abstraction can take your code from functional to elegant. Abstraction isn’t just a buzzword —…Sep 7Sep 7
Gunjan KalitaEffortless Middleware Testing in Express with Jest : A Comprehensive GuideNavigating the intricacies of Express middleware testing is a crucial skill for any Node.js developer, and Jest stands out as a powerful…Jan 17Jan 17
Gunjan KalitaTop 5 Questions that can give you a hard time in a React Interview.React is becoming very popular amongst frontend developers day by day and more and more companies adopting the tools and best practices…May 2, 2023May 2, 2023
Gunjan KalitaJest Spy vs Mock — when to use what!If you are stuck with Jest Spying and mocking and not sure of when to use which one of these, this is your blog!Feb 5, 20231Feb 5, 20231
Gunjan KalitainLevel Up CodingCompound component pattern — A way of developing React apps differently.Recently I have developed and published my very first npm package by the name react-capsules. This is a piece of code that can be used in…Oct 21, 20201Oct 21, 20201
Gunjan KalitaImplementing React Drag and Drop without any external library.This article will explain how to achieve drag and drop feature in React with little effort. Drag and drop is a very widely seen easy to…Aug 1, 20202Aug 1, 20202
Gunjan KalitainWebtipsWhy React should be your choice for web application development.This story is created for those developers and managers who are considering to move out from traditional web development and adopt better…Jul 20, 2020Jul 20, 2020
Gunjan KalitainWebtipsFor/of — why one more loop statement for javascript?When it comes to general loop statements in the javascript language, it has five of them to offer. 1. While 2. Do while 3. For 4…Jul 13, 2020Jul 13, 2020
Gunjan KalitainJavaScript in Plain EnglishDecoding JavaScript context behaviorTwo things that are most important in JavaScript are functions and objectsJul 5, 2020Jul 5, 2020