SSSalifu Sani Richinsarscode.hashnode.dev·May 11, 2020Fork 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...00
SSSalifu Sani Richinsarscode.hashnode.dev·Nov 2, 2019npx 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...01T
SSSalifu Sani Richinsarscode.hashnode.dev·Sep 11, 2019Essential 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...02IS