See changes between remote and local repository in Git

in many cases you are not sure whether the files you have on your local machine are newer or older than the ones in the remote repository. Specially when you are working with different people or you have different development environments. the easy solution for this is to use git fetch command to check what… Continue reading See changes between remote and local repository in Git

How to make remote desktop RDP connection more responsive.

Working with a slow remote desktop sucks! I cannot take that delay between my click and the action in my remote desktop connections. If you search on the internet for ways to make your remote desktop connection faster, you will find tones of articles about how to reduce the quality of the remote desktop colors… Continue reading How to make remote desktop RDP connection more responsive.

Published
Categorized as Technology

Running on PHP7

Hey there, I just changed the version of php on my blog server to 7. I have been playing with PHP 7 on my local development server for a week now and I could not resist not trying it out on something live. The performance is good. It’s fast but it is not noticeable in… Continue reading Running on PHP7

Published
Categorized as Technology