Wordpress Vs Static Websites — 30 December, 2020
I watched a lecture from "Clean Coding" author, Robert C. Martin (Uncle Bob), recently. He was talking about making a website with his son…
Serving a S3 Static Website through CloudFront and CloudFlare — 06 December, 2020
It is possible to set up a static website on S3 and serve it through CloudFlare without needing CloudFront. The reason you might like to use…
Setting up AWS Elastic Beanstalk with Laravel to update with GIT — 08 December, 2019
Here's what you do to set up an AWS Elastic Beanstalk instance and update it through GIT. So, you'll need the correct access on your AWS…
Interacting with S3 using PHP — 09 February, 2019
Trying to connect to use AWS S3 for the first time can be confusing. Here is a quick guide to roughly what has to happen. Basic Steps to Set…
Apache to Nginx — 27 January, 2019
I had a PHP website that was the last man standing on some shared hosting that was slow that didn't have SSH access. I decided that since I…
Trying AWS Lightsail — 13 January, 2019
AWS Lightsail is the closest thing AWS has to shared hosting. It is their quick, easy and inexpensive off-the-shelf hosting that has SSH…