Blog
Planning to do the Hashicorp Terraform Associate Certification
December 27, 2021
Having spent the past month focusing on devops with AWS, I have decided to do the Terraform Associate Certification. It is coming to the new year, new month, so i get a new allocation of 750 hours on...
Read this post ...
What am I trying to achieve?
December 24, 2021
I was asked this question on twitter, so I wrote a blog post answering it
Read this post ...
Extracting More Data From The Overpass API (Part 3)
December 24, 2021
Extracting the Address details and the type of thing it actually is.
Read this post ...
Extracting The Data From The Overpass API (Part 2)
December 23, 2021
Taking the last blog further, importing into the database and running Spatial queries.
Read this post ...
Extracting Data From The Overpass API
December 23, 2021
I wrote a simple php script to extract data from the Overpass API xml file
Read this post ...
Improving the maps on Londinium.com
December 22, 2021
Adding mapping features to londinium.com, the original site for London using leaflet JS and Openstreetmap
Read this post ...
AWS terraform destroy & terraform apply (Part 8)
December 20, 2021
Fixing the Terraform file to make the storage file smaller to fit in the free tier limits
Read this post ...
AWS EC2 Instance and Container setup with Ansible (Part 7)
December 6, 2021
I started with this tutorial https://www.agix.com.au/build-an-ec2-using-ansible-step-by-step/ The ansible code is in Part 7 of the repo github.com/allotmentandy/aws, this code creates a NEW instance...
Read this post ...
AWS Docker improvements adding tailwindCss and more(Part 6)
December 5, 2021
Having setup the docker image and got it working on the EC2 instance, I wanted to improve the laravel website within the Docker image. Installing tailwind into the laraveldocker app i made in Part 5...
Read this post ...
AWS Amazon Web Services Laravel in Docker on EC2(Part 5)
December 3, 2021
Next in this series, I am setting up a docker container to host a laravel website on AWS. Following this tutorial https://buddy.works/guides/laravel-in-docker I started with a fresh install of...
Read this post ...