Recent Posts

PHP operators

3 minute read

Operators in PHP enable us to perform tasks on variables and values such as assign, multiply, add, subtract and concatenate them.

PHP constants

2 minute read

If you look up the word constant in a dictionary it will probably tell you that the word is used to describe something that is non-changing and non-variable,...

Git reset

2 minute read

The git reset command is a complex and versatile tool for undoing changes. It is invoked mainly in three different ways, corresponding to the command line ar...

Change

less than 1 minute read

“The Only Thing That Is Constant Is Change -”

Merge conflicts

1 minute read

A merge conflict is an event that takes place when Git is unable to automatically resolve differences in code between two commits. Git can merge the changes ...