Blog


Upgrading PHP to version 8.2 on Debian Linux

January 16, 2023

Today I decided to upgrade my PHP version to 8.2 on my local Debian desktop to test compatability with Laravel versions 8 and 9 and soon to be version 10 of laravel! I wrote a blog previously about...

Read this post ...

Typesense Part 3 adding an id field for each record and more

January 14, 2023

I saw an update to version 0.24 of typesense and I have built a new database of around 300,000 websites so it was time to install it on a live server! check the status: and do a healthcheck...

Read this post ...

PHP Functions for Domain Names and IP Addresses

December 17, 2022

I am working on a project that involves lots of domain names and splitting the actual domain name and the top level domain from the url. The PHP function parse_url is a good starting point for...

Read this post ...

Awesome AllotmentAndy

December 16, 2022

There are many useful github repos of links to topics called Awesome. I wanted to make something similar and some of my favourite Awesome pages include: chiraggude/awesome-laravel...

Read this post ...

SEO

December 12, 2022

I was looking into resources for SEO and found this image on this Github repository which I thought was a rather good summary of Search Engine Optimisation (SEO). It is at the bottom of this page....

Read this post ...

Adding Tiktok Links To My Social Media Link Extractor Package

December 11, 2022

Adding tiktok links to my Social Media Link Extractor package on github and packagist.

Read this post ...

Typesense outputing the search results part 2

December 10, 2022

After the sucess of getting the basic search engine working. I looked at outputing the data as a neat webpage and also adding more fields and data to the json import. This is a second part to build...

Read this post ...

Emergency Debian Commands when the computer crashes to try and save it

December 9, 2022

I have an old laptop that often crashes when i use it. I was taking a backup of the files on it, but it seemed to hang a lot and became unresponsive so I wanted to write a blog post about how to...

Read this post ...

Setting Up A Typesense Website Search Engine

December 6, 2022

I wanted to setup a search engine for the urls and pages for my londinium.com site. I looked a options and found typesense which is an opensource solution and looks interesting. I installed it...

Read this post ...

Serverless Laravel with Bref using AWS Lambda Part 2

November 28, 2022

So my first idea is to get it working and up and running using my AWS ec2 debian instance which will call a lambda function and spider the website and save the data in the mysql db on the ec2 box....

Read this post ...