sarscode.hashnode.devFork And Sync A Forked Git Repository With The OriginalA fork is a remote, server-side copy of a git repository that you manage. A fork is not really conceptually part of git. It is a feature most git hosting services (such as GitHub, GitLab and Bit Bucket) provide. It is majorly used in open source deve...May 11, 2020
sarscode.hashnode.devnpx vs npm - THE npx ADVANTAGEIf you have ever used node, you must have used npm. npm is a dependency/package manager you get out of the box when you install node. npm is two things really, first; it is an online repository for the publishing of open-source Node.js projects; s...Nov 2, 2019
sarscode.hashnode.devEssential CSS Concepts You Should UnderstandWriting efficient CSS code should not be daunting or frustrating if you understand the basic and essential concepts of CSS. This article describes these concepts in a way that makes sense even to beginners. NOTE: This article is not a tutorial on le...Sep 11, 2019