Create Your Own SSL Certificate Authority for Local HTTPS Development
In 2018 Google started advocating that sites adopt HTTPS encryption, by marking sites not using an SSL certificate as “not secure” in their Chrome browser. This was widely accepted as…
Creating a Custom Table with PHP in WordPress
Have you ever wondered what it takes to create a custom table in WordPress or why you would ever want or need to? WordPress comes with many different ways to…
Using JavaScript FileReader to Upload Large Files in Chunks and Avoid Server Limits
If you’ve spent any amount of time messing with PHP config files to get a file to upload, you know that uploading large files can be a real pain. You…
The Best Local WordPress Development Environment: XAMPP vs MAMP vs Laragon vs Local
A local development environment lets you make changes to dev sites quickly without having to transfer files. It also greatly reduces the risk of making and breaking changes on a…