arthvhanesa.hashnode.devHow to Remove Secrets From a Git RepositoryAs developers, we often work with sensitive information such as API keys, passwords, and other secrets. It’s essential to keep this information secure and out of the hands of unauthorized users. However, accidents can happen, and sometimes we forgot ...Aug 21, 2023·3 min read
arthvhanesa.hashnode.devBasics of PHP Variable Scope ExplainedIntroduction Variables are containers that store data values used in computer programs. The scope of a variable defines its visibility and accessibility throughout the program. Understanding PHP variable scope is crucial for efficient programming. Wi...Jul 26, 2023·5 min read
arthvhanesa.hashnode.devVim Editor in Linux: Mastering the BasicsIntroduction As a programmer or a developer, we require an efficient, versatile, and fast text editor. Linux has a built-in Vi text editor. Vim is an improved version of Vi, whereas Vim stands for Vi Improved. Vim is a highly efficient and powerful t...May 9, 2023·4 min read
arthvhanesa.hashnode.devPackage Managers in Linux: The Basics ExplainedIntroduction Software installation is a crucial aspect of any operating system, and it can differ significantly between different operating systems. In Windows, We install software by downloading installers or installing executable files. On the othe...May 5, 2023·4 min read
arthvhanesa.hashnode.dev5 Reasons Why Command Line Interface (CLI) is More Efficient Than GUIAs a computer user, you have probably heard about Command Line Interface (CLI) and Graphical User Interface (GUI). CLI is a method of interacting with a computer system through text-based commands, while GUI provides a visual interface with icons, me...Apr 28, 2023·4 min read