I had a chance to deploy one of my running websites on another virtual machine. I wanted to improve performance as customers are paying for the product and wanted to give a faster experience. On the old site I used Apache with PHP mod apache to run the site. On the new site I went […]
Category: Development Tools
What is Git Github? Git Github is distributed version control. It is free and open source, made by Linus Torvalds. It is different from previous version control techniques: Different users maintain their own repositories. There is no single failure point. Changes are stored as change set. Change sets can be exchanged between repositories. Branches can […]