Problems with React HydrationLet’s talk about a page in a NextJS application with two entry point components called Desktop and Mobile. These components separates the…Dec 26, 2022Dec 26, 2022
Why thumbnail image is not displayed when url shared on Facebook?One of the reasons is that the ssl certificate of the domain of the url may have been expired and facebook scrappers won’t generate open…Jul 29, 2022Jul 29, 2022
What does it mean to say that “a set is determined by its extension”?In geometry there is no definition for points, similarly, in algebra there is no formal definition for sets. However, the axiom of…Oct 9, 2021Oct 9, 2021
Published inAnalytics VidhyaLet’s program a curry for fun.We are totally not going to learn about making some curry but the goal is to implement a curry function which currifies a function that…Sep 28, 2021Sep 28, 2021
Published inAnalytics VidhyaThinking in ReactThe intended audience of this blogpost is a beginner in React.Aug 18, 2021Aug 18, 2021
How to shuffle identical HTML elements using CSS?Let’s learn how to shuffle below 👇 cards using CSS.Aug 4, 2021Aug 4, 2021
What is the meaning of `if (condition){return;} ` in JavaScript?Let’s consider an example 👇Aug 4, 2021Aug 4, 2021
How to make numerical id work in CSS?This is a perfectly valid html id but for some reason it doesn’t work in CSS. So what to do?Aug 4, 2021Aug 4, 2021
What happen if I put staged or committed files to .gitignore?For stack overflow answer visit here.Aug 2, 2021Aug 2, 2021
What is Document Object Model?The Document Object Model, or “DOM,” is a cross-language API from the World Wide Web Consortium (W3C) for accessing and modifying HTML…Jul 17, 2021Jul 17, 2021