Blog


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 ...

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 ...

Using Overpass API Mirrors, CORS Errors and adding a loading message

January 19, 2022

Investigating using different Overpass API servers, fixing the CORS error and adding a loading message...

Read this post ...

Importing OSM Overpass API Data To MYSQL

January 4, 2022

A php script to import Overpass API data from Openstreetmap into MYSQL using JSON.

Read this post ...