MHMuhammad Hammad Saniinhammad.hashnode.devΒ·May 9 Β· 3 min readHow React Virtual DOM works under the HoodThe Virtual DOM is the "secret sauce" that makes React fast and developer-friendly. Instead of forcing you to manually manage the UI, React uses a clever abstraction to handle the heavy lifting. 1. T00
MHMuhammad Hammad Saniinkubesimplify.hashnode.devΒ·May 2, 2022 Β· 5 min readPackage Managers DemystifiedPackage Managers How to install Software Package on Linux? A Software Package is basically a compressed archive that has all the necessary files required to run an app. There is also a high chance that app depends on other apps (meaning app has depen...01B
MHMuhammad Hammad Saniinhammad.hashnode.devΒ·Nov 10, 2021 Β· 2 min readNode Package Manager (NPM), A Beginner GuideNPM is a package manager for JavaScript. It is very helpful for JS developers when it comes to sharing code, reusing, and updating the shared code. To install it, you have to install Node.js because it comes with Node.js (It is bundled with Node.js) ...00
MHMuhammad Hammad Saniinhammad.hashnode.devΒ·Oct 3, 2021 Β· 1 min readCSS VS SaSSWhat is SaSS? A lot of people staring front end web Dev or full stack web Dev are confused with this term that what it is? I was confused too. But, here is a simple and clear answer for you. SaSS is a CSS pre-processor π€. What is a pre-processor? ...00