How I Deploy Websites

Introduction I’ve gotten into the habit of using a Virtual Machine to develop my websites. The VM mimics the production server as much as possible so there are little-to-no changes that need made when the site is moved to production. To move a site from the development server to the production one, I wanted a [...]

Read More...



My Git Workflow

Introduction I was never a fan of Subversion because every time I tried using it, I always managed to corrupt the repository. Also having .svn files everywhere really annoyed me. On the other hand, I have yet to ruin a Git repository. It’s incredibly easy to use and everything is stored in a top-level .git [...]

Read More...