Moving from Terraform to CDK

Posted on Friday August 30, 2024

Meme with car heading to CDK exit abruptly, where car represents building AWS infrastructure

After using Terraform to build my AWS infrastructure almost since I first started, for the last year ot so I've been trying my hand with AWS CDK instead, a different approach that has some interesting advantages over the traditional Terraform state model, not least by missing out the TF AWS provider!

Read More

Losing the Discovery

Posted on Saturday August 10, 2024

Last Picture of the Land Rover Discovery

Earlier this year, after spending quite a bit of time (and money!) getting the Discovery into a very usable and stable condition, there was an unfortunate incident that put the majority of that to waste. Here's a bit of a story about all the effort I put into the car since the first year, and where I ended up.

Read More

Testing Golang and AWS DynamoDB with TestContainers

Posted on Sunday July 7, 2024

Walking Towards a Set of Shipping Containers with Go Logo and DynamoDB Logo Above

While trying out a refactor for my Journal and a move towards more native AWS services with Lambda and DynamoDB, trying to fully test the application without using an AWS account itself started to become challenging. This article gives an overview of how you can use DynamoDB with Golang, and how to use TestContainers, something I've used extensively with Java, in place of a docker compose setup to wrap your Go tests.

Read More

A Year (Almost) in Developer Experience

Posted on Friday December 29, 2023

Seeing Code Clearer Through Glasses

Almost a year ago, I started a new role as a Principal Software Engineer in Developer Experience, a role that while I'm passionate about, definitely started with some misconceptions. This is a short article about some of my initial experiences over the last year and the important takeaways I have, and how I'm going to use this to go forward in 2024.

Read More

PKM: How I Organise Myself

Posted on Sunday September 17, 2023

Writing Notes with a Pen

PKM (personal knowledge management) is something I started in my last position and have continued at my latest job. I use it to track everything I'm learning and doing, reviewing how my personal growth is being impacted on a frequent basis too so I can make changes that improve my performance day-to-day. It sounds extreme, but it doesn't take too much time.

Read More

Saving Money With AWS Lambdas

Posted on Sunday July 23, 2023

AWS Billing Dashboard

I host this website and my Jenkins setup on AWS, and have detailed in the past how I automate the setup of this. However, running an EC2 24/7 to handle occasional CI builds for personal projects didn't seem like the best idea, and I wanted to see if I could save money by thinking the process through a bit. This explains how I used AWS lambdas to automate the started of an EC2 through the AWS CLI, and how to set this up within GitHub and Jenkins to drop your single EC2 instance bill by around 90-95%.

Read More

DevHub North - Tesco Bank Technology

Posted on Friday November 18, 2022

Jamie Presenting at DevHub North

A few weeks ago, I had the opportunity to speak at the first DevHub North post-pandemic about the journey so far at Tesco Bank Technology, and how far we've come in a few years.

Read More

My Car History - Part 3

Posted on Monday August 22, 2022

Land Rover Defender and Ford Fiesta at John O'Groats

Or the tale of two Land Rover Discoverys... The final part of my car history, including what I'm driving around in today (correct as of August 2022).

Read More

My Car History - Part 2

Posted on Monday August 15, 2022

Ford Pumas in front of the Angel of the North at Sunset

Continuing the last post, part 2 details some newer cars when I was having a little more of a "sensible" period, but that didn't last long...

Read More

My Car History

Posted on Sunday August 7, 2022

Ford Capri Model - a car I'd like to own one day

Since I started driving in 2007 I seem to have run through quite a few cars, and more than anything I wanted to get a little bit written on them in one place. I've had 14 cars over the years, 2 of which I still have. I tend to change them fairly often, but some I keep longer than others if I form a bit more of an affinity with them. Anyway, I thought a run through what I've had might be interesting for someone at the very least.

Read More