Business Owner. Consultant.
Entrepreneur. Project Manager.

Integrating Zaraz - a Privacy focused Tag manager

Zaraz was acquired by CloudFlare and integrated as a Free tool on all projects (This may or may not change). What exactly is Zaraz is best described below... Cloudflare Zaraz gives you complete control over third-party tools and services for your website, and allows you…

Optimizing PHP-FPM: A Step-by-Step Guide

PHP-FPM is a FastCGI process manager that is used to handle high traffic on web servers. However, sometimes this service can cause high load on servers itself. In this article, we will discuss the best practices for tuning PHP-FPM to handle high traffic. PHP-FPM is…

Transforming text using CSS text-transform

The CSS property text-transform is very useful when it comes to standardising the look of headings and various other elements from inconsistencies when content has been added to a website. The rule below will capitalize (title-case) all words in the sentence. <p>Lorem ipsum dolor sit…

Image srcset & sizes with Cloudflare Images

There are various ways to handle responsive images, one of the more time consuming ways is to add images usingĀ srcset andĀ sizes. This method has the advantage that you then serve the right image size based on the device resolution. The downside is that you are…

How to check for disk errors on Linux

Keeping your disks healthy is the number one method to prevent data loss. The commands below will assist with ensuring this does not happen. As always, taking backups, or at least having backups available is important to ensure your data is kept secure. You can…