SHShaida Hussaininshadyblogs.hashnode.dev·Jul 4, 2022 · 5 min readHow CSS works behind the scene?Why you should read this blog? For a web developer , CSS is one of the most important things to learn for building apps with good UI and UX . Learning to write CSS is not the only thing to learn as a web developers . A good web developer should know ...00
SHShaida Hussaininshadyblogs.hashnode.dev·Jul 3, 2022 · 6 min readJavaScript Execution Context and Event LoopWhat happens when you run a javaScript program? JavaScript is a single threaded programming language ( it has a single run time or a call stack) which means that it can run only one piece of code at a time. When you run a javaScript program , there a...00
SHShaida Hussaininshadyblogs.hashnode.dev·Jun 30, 2022 · 5 min readThe React useEffect Hook.Why to read this blog? If you find useEffect Hook difficult to understand , you are at the right place . This blog focuses on working of useEffect Hook and its features. This blog is intended to make life easy for those who find it tricky to understa...01B