PKParull Kohhliinblogs.parullkohhli.com·Jul 14, 2025 · 9 min readThe Secret Highway of Data: Tracked!🕵️ When You Search "Netflix"... What Actually Happens? You go to Google.You type "Netflix".You click the first link. And just like that — https://www.netflix.com opens. But pause. Think for a second. What just happened?How did that website open?And...02ZX
PKParull Kohhliinblogs.parullkohhli.com·Jun 29, 2025 · 3 min readDebouncingMultiple API calls/renders on similar actions is an overhead to the browser and browser performance is a real concern in web-apps. Debouncing is a practice to improve the same. Let's learn about it in detail !! DEBOUNCING As the name suggests , if we...01U
PKParull Kohhliinblogs.parullkohhli.com·Nov 18, 2022 · 4 min readPseudo- Classes & ElementsPseudo means 'false' . Pseudo Classes and Pseudo Elements are special types of selectors. Why does Pseudo Elements and Classes called so ? As we know what Pseudo means , so pseudo elements and classes mean that these actually do not technically exi...00
PKParull Kohhliinblogs.parullkohhli.com·Nov 12, 2022 · 5 min readCSS SelectorsWhat do you mean by Selectors in CSS ?* Selectors tell the browser which HTML element(s) should be targeted🎯 so that those elements could be styled. Styling any element is possible via Selectors ONLY. There are manifold selectors , the ones which we...00
PKParull Kohhliinblogs.parullkohhli.com·Jan 10, 2022 · 3 min readTranspiling V/s CompilingThe blog is all about transpiler and compiler and their process. It also includes the advantages and the types along with examples for better understanding. TRANSPILING What is a transpiler? Transpilers, are tools that read the source code written in...02SS