DevOps
Five languages for WordPress Developers to learn in 2020
Folks often ask me questions, and recently there has been a little bit of interest in the fact that while I work in the WordPress space I’m not a traditional “WordPress Developer” and I don’t tend to work day to day with WordPress. For those who don’t know me, my day to day programming is […]
Getting gdb to (semi) reliably work on Mojave MacOS
Tim has fun, getting a 30 year old tool for debugging Rust and C++ to work on MacOS and specifically Mojave. It should be simple right?
10 tips for getting started with WordPress in version control
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?
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
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.