mayurlalwani.hashnode.devHow to Pass Props from Child to Parent Components in React: A Practical GuideReact components usually have a unidirectional data flow from parent to its children via props. But sometimes children components should be able to send data to its parent components. React doesn’t offer a built-in mechanism for passing props from ch...Jun 3, 2024·3 min read
mayurlalwani.hashnode.devGenerative AI: How Text Generation WorksThe ability of AI systems like ChatGPT and Gemini to churn out human-quality text feels like magic. While it's undoubtedly a giant leap for AI, there's a fascinating process behind the scenes. This post unveils the inner workings of generative AI, ex...Apr 2, 2024·3 min read
mayurlalwani.hashnode.devExecution context in JavaScriptIn JavaScript, the execution context is the environment in which code is executed. Everything in JavaScript happens inside this execution context. Every time a function is executed, a new execution context is created. The execution context consists o...Feb 22, 2023·2 min read
mayurlalwani.hashnode.dev5 most common chrome extensions used by web developers1. Wappalyzer While looking at any webpage, have you ever wondered what tech stack is used to build that webpage? Well, Wappalyzer can help us with that answer. It not only provides information on technology used, but it also uncovers other categori...Apr 16, 2021·2 min read