Hiral ParmarBrowser Optimisations: Queues to handle async activitiesIf you’ve ever dived into the world of web development, you’re probably familiar with terms like event queues and microtask queues. But did…Jan 17Jan 17
Hiral ParmarExploring Vite: Ultra-fast Frontend ToolingIn a recent adventure with our codebase, we made a switch from Webpack to Vite in Dev. This change brought about a noticeable improvement…Oct 24, 2023Oct 24, 2023
Hiral ParmarUX: Choosing a color scheme for your applicationDo you struggle to choose background foreground color for your application?Jul 24, 2021Jul 24, 2021
Hiral Parmarfind vs findIndex and polyfillsArray methods to search for a particular element and its polyfillsFeb 22, 20211Feb 22, 20211
Hiral Parmar== and === in javascript which is faster?javascript is not strictly typed language which means you can simply define a variable without declaring its type that plays an important…Feb 14, 2021Feb 14, 2021
Hiral Parmar‘use strict’ in javascriptI was playing around with ‘use strict’ for last few days and found few errors, restrictions in this mode that javascripter should be…Jun 11, 2019Jun 11, 2019