Tag: Developer

Just random developer stuff
a screen of computer code

CSP and Alpine.js

Putting my money where my mouth is, I configured a Content Security Policy (CSP) for my blog (amongst others) and in doing so I had to do some minor refactoring.

Shaun Wilde

Read more →

Steps to setting up a Content Security Policy

As part of protecting your site and your users you should really consider applying a Content Security Policy (CSP) to your site. Here I detail on how I go about setting one up and the possible tools available to ease your pain.

Shaun Wilde

Read more →

Upgrading to Ghost v4 on Heroku

If you've read any of my earlier posts you'll know that I have been running the administrative side of my blog (using Ghost) on Heroku. But in this age, things move quickly and Ghost has since updated to v4 but looking at their docs the supported upgrade path is all around the ghost-cli tooling...

Shaun Wilde

Read more →

Oh my zsh...

When I moved to using a Mac for development and working on projects involving React.js etc I knew I was going to have to reintroduce myself to the command line and so I started a search around what is the best terminal emulator and shell to use. During this search, I stumbled across oh-my-zsh...

Shaun Wilde

Read more →

Using Ghost as a headless CMS (part 2)

Finally I completed the task of hosting the Ghost CMS on Heroku (free) [that I ashamedly admit I started this task in January and then deferred], then using Netlify I build and host a Gatsby.js generated static site.

Shaun Wilde

Read more →