PSPrachi Sahaniinprachi-sahani.hashnode.devΒ·Jun 8, 2022 Β· 5 min readPerformance Optimization Using CssCSS(Cascading Style Sheets), which is usually known for its magic to create beautiful web pages, may land you in trouble by messing up the user experience due to poor web performance. In this blog, we'll cover the ways to optimize web performance usi...04SCNS
PSPrachi Sahaniinprachi-sahani.hashnode.devΒ·May 14, 2022 Β· 6 min readDemystifying Regular Expressions aka RegExRegex is one of the most undervalued concepts of programming that can do wonders if used properly. In this blog, we'll be discussing what a regex is and its most common use cases. We'll also cover the most commonly used regular expressions with examp...02HZ
PSPrachi Sahaniinprachi-sahani.hashnode.devΒ·May 12, 2022 Β· 3 min readReact - Peeking Under The HoodReact uses a declarative paradigm. In simpler words, instead of instructing the program on how to do things, we just need to instruct what is to be done. In this blog, we'll see how React provides a seamless user experience and what is it that makes ...05SCTHZ