#programming
Read more stories on Hashnode
Articles with this tag
The Basics of Curl Curl stands for Client URL The curl command is used to transfer data using the URL syntax The curl command in general use...
The Basics of lsof The command name "lsof" is an acronym for "list open files". usage: [-?abhlnNoOPRstUvV] [+|-c c] [+|-d s] [+D D] [+|-f[cgG]] [-F...
What is SOLID? ยท General Overview The so called SOLID Principles are a set of design principles aimed at making the software more maintainable,...
General Overview Basically whenever we create a Git repo using the command git init, it creates a hidden folder named .git. This folder contains all...