An In-Depth Exploration of SEO TechniquesSearch engine optimization is the process of making your site better for search engines. You can make sure the right people are viewing…Jan 22Jan 22
Published inFrontend WeeklyShadow DOM Implementation in JavascriptAn important aspect of web components is encapsulation — with shadow Dom we can make markup structure, style, and its behaviour hidden and…Dec 1, 20221Dec 1, 20221
Published inBetter ProgrammingUsing Immer to Optimise Redux ReducerKnow how immer helped us in optimising redux reducer file code in my organisationMar 30, 20221Mar 30, 20221
Published inFrontend WeeklyDeep Dive in to typescript- infer, extends and predicatesIn Typescript there are too many features but on regular basis we are using some limited features only. Some of the features are not easy…Feb 16, 2022Feb 16, 2022
Micro-Frontend Architecture With ReactMicro-frontend architectures decompose a front-end app into individual, semi-independent “Micro Apps” working loosely together. This can…Sep 20, 20213Sep 20, 20213
This article is very confusing, found a another article on composition https://medium.com/leanjs/reaMay 4, 2021May 4, 2021
Object Properties Flag and DescriptorsAs we all know objects have properties. Until now, a property was a simple “key-value” pair to us. But an object property is actually a…Oct 3, 2020Oct 3, 2020
Reference and Primitive Types in JavascriptToday , i struggled with assignment of one object to other. When i change the value of a property in one object then other one also update…Oct 7, 2018Oct 7, 2018