Blog


Laravel Mix / Node JS versions and webpack fun

February 15, 2022

A morning of trying to get npm run working with package version uncompatability and downgrading nodejs.

Read this post ...

Laravel Dusk Testing

February 14, 2022

I do like testing websites, both as I code them, after they are running, but also to extract the odd snippet of data. Laravel has a Browser testing environment called Dusk It uses the chrome...

Read this post ...

Using Ansible To Setup My New Debian Desktop Machine

February 6, 2022

I recently bought a new computer and wanted to use Ansible to install all the software. I have installed the base debian system and now wanted to install everything I regularly use with Ansible....

Read this post ...

Adding Pages For Each Node Way Relation To Londinium

January 29, 2022

how I added a details page for each node, way or relation on Londinium.com

Read this post ...

Adding Brand Maps To Londinium

January 27, 2022

Adding maps of Brands to Londinium.com

Read this post ...

Laravel Dusk Testing A Responsive Website

January 23, 2022

My first blog about testing londinium.com. making screenshots at each reponsive size.

Read this post ...

Adding an artisan command route:check for duplicate routes

January 23, 2022

My attempt to add a new route:check command failed as the core getRoutes function removes duplicates. So i wrote it using AWK.

Read this post ...

Updating Londinium Adding Nearest Websites

January 21, 2022

Updating londinium.com, adding nearest websites information, a faster API mirror, compressed javascript and more postcodes on the frontpage map.

Read this post ...

Automating The Terminal Create Tabs And Name Them

January 20, 2022

Scripting the terminal to open 5 tabs with titles, change to the correct directory and make the root one red.

Read this post ...

Javascript Map Improvements and Ideas

January 19, 2022

I have lots of ideas and improvements I would like to make to the londinium.com website. Here I am going to document a few with brief outlines and potential solutions see previous blog I am...

Read this post ...