chmod is an abbreviation for change mode, the command is used to change access rights of files and directories. Permissions are assigned to the three classes […]
Test teams never have the resources to test software completely. That is why acceptable risks should be discussed with the team and determined collaboratively. After these […]
White Box Testing is software testing technique in which internal structure, design and coding of software are tested to verify flow of input-output and to improve […]
A shortcut command that combines git add . and git commit -m [commit_message]:-> git commit -am “easy peasy” An even shorter method for creating an alias:-> […]
The [[maybe_unused]] attribute is created for indicating in code that certain logic might not be used. This is often linked to preprocessor conditions where this might […]
Scrum and Kanban are agile project management methodologies that aim to complete project tasks in small increments and continuous improvements. Their purposes are the same but […]