Ethics of web scraping

Web scraping the action of pulling and organizing data from a website. This data could be a tables, pages, images or even the body text. A websites contents could mean…

The dilemma

Redesigning my website apart from the looks overhaul I wanted it to be quick and light with minimal requests. Through using CDN’s and minifying I got it to a decent…

Is AMP faster than HTML?

AMP the new age framework for quicker and lighter webpages has seen a popular rise over the past year. But is its main aim of being quick actually true? How…

PHP if matching conditions statements

Here are some examples to filter through strings in PHP to meet conditions. PHP functions used during this tutorial are: substr, is_numeric, preg_replace, str_replace and trim. Assume possible strings could…