The Dark Side of React Custom Hooks: Unnecessary Re-RendersReact custom hooks are a fantastic way to reuse logic across your components. They’re clean, modular, and make your code feel more…2d ago2d ago
[2025] — Setting Up Tailwind CSS with Vite: A Quick and Easy GuideTailwind CSS and Vite are excellent for building modern, fast, and highly customizable web applications. Tailwind provides utility-first…3d ago3d ago
[JavaScript] — event.Target vs event.currentTargetevent.target Points to element, which triggers the event.May 3, 2021May 3, 2021
[Node JS] — Auto Loading Routes with File System.As our server has multiple API endpoints, our need for creating routes increases, along with increased demand of creating these routing…Feb 21, 2021Feb 21, 2021
Use an ES6 modules in Node.js?Before Node version 13, we were using the esm npm package and run our app.js using the commandnode -r esm app.jsJan 31, 2021Jan 31, 2021
[Interview Question] — Find the largest and smallest word in a sentence!Input — “This is a sentence and I am about to find out the largest and smallest word occurring in this line”Apr 8, 2020Apr 8, 2020
[Interview Question] — Get the product of all the elements of an array except the current Element…Input — [2, 3,4,5]Apr 8, 2020Apr 8, 2020
Published inSimbaQuartz TechReact Hooks (into The Future of React)This article will be explaining about the React Hooks. Working as a Software Engineer at SimbaQuartz, I use React as the frontend with…Aug 6, 2019Aug 6, 2019
[Angular Material: DatePicker] Set Custom Date in (DD-MM-YYYY) formatAs working with Angular Material 8 DatePicker Component, i was not able to set the Date in a specific format. Here i was using…Jun 5, 201919Jun 5, 201919
[TypeScript] Error: Could not find a declaration file for module XYZAfter Jumping from React to Angular, The First thing i fall in love was TypeScript. I loved it so much that i have planned it to use in…May 18, 201920May 18, 201920