Confident Clean a Hacked Site Workshop Join me March 21st for this 90 Minute Workshop  Claim your spot

DevOps

10 tips for getting started with WordPress in version control

10 tips for getting started with WordPress in version control

DevOps | WordPress

If you are new to using Version Control and WordPress be it with SVN, GIT, or another system then some of the things you used to do are going to have to change. However, the benefits do outweigh any initial inconvenience. So here are my 10 many tips for people who might be in the […]

Guessing you have SSL Questions?

Guessing you have SSL Questions?

DevOps | Security

Recently Google announced that whether a site is running over HTTPS would be considered as a ranking factor, this has sparked a renewed interest in SSL and Tim has been asked lot’s of questions both about terms as well as implementation so decided to put a small guide together, which quickly grew. So consider this an in-depth introduction to SSL.

Building a CDN over SSL with CloudFront and SNI

Building a CDN over SSL with CloudFront and SNI

DevOps | WordPress

Amazon CloudFront is remarkably simple to setup, you don’t need a S3 account, simply use your own HTTP server as the origin. SNI allows multiple SSL certificates to be associated with a single IP but is not 100% supported. Amazon CloudFront supports using your own SSL certificate with SNI. The combination means you can quickly build a CDN for your site.