Bunny CDN storage API with PHP

Like all great services Bunny CDN has an API. Making use theoretically easier.  The storage API allows you to upload files, delete files and list files/directories. I’m interested in the…

Sorting array’s in PHP

How to sort arrays and associative arrays in ascending and descending sort. To sort an array ascending use sort: $array = array(“Car”, “Animal”, “Book”); sort($array);//(“Animal”, “Book”, “Car”) Or with values…

What is material design?

From material.io Material design is stated as a visual language that synthesizes the classic principles of good design with the innovation of technology and science. In more simple terms Material…

BunnyCDN just got better

Late 2017 I wrote this post about BunnyCDN, in short the post was about BunnyCDN being the best valued CDN available. However I am fully understanding of cheap isn’t or…

Why should you self host?

Self-hosting refers to hosting a program, service or app rather than using a paid service provider (SaaS). The main reason for self hosting is control. Having control over every part…