About the site

It's been a while since I've put anything online. But I'm doing it again. If you're particularly interested, you can find out more about why I'm doing it in my blog section.

It's a work in progress. At the moment I'm using it to try out a few things - using Contentful as a CMS, different kinds of deployments with Bitbucket pipelines and AWS CodeDeploy - so it might not always look as perfect as I might want.

I'm also not really a stylist. Currently I'm trying out Bootstrap 4 to make it look a bit nicer.

About me

I'm a web developer. I work with PHP (particularly Drupal), Angular, jQuery, ES6, AWS and Docker. I live in London. I like Thai food.

Getting started with Contentful and Angular

September 7, 2019

First steps in setting up an Angular app to read data out of an API-first CMS. This post covers setting up HTTP get services in your app to read data from your CMS's REST endpoints

Continue reading

Making it reusable

February 8, 2021

Our serverless CMS is going pretty well. But really we want to be able to reuse it. This post describes turning parts of the app into libraries, publishing them to NPM, then configuring elements in our new app.

Continue reading