Web Development Archives

How to tell which AWS services you’re using

9th January 2018 5:11 pm

Amazon Web Services is a behemoth. When you’re using it – whether you’ve completely set up your account from scratch yourself; have inherited it from someone else; or are using it within a team of people – from time-to-time it becomes necessary to figure out just which AWS services you’ve set up. As far as I… read more

If you’re a full stack PHP dev in Melbourne and you’re looking for a job, let me know (backend focus but will be some frontend too).

17th December 2017 9:06 am

Just published my first package to @npmjs. Was a lot easier than I thought it’d be!

6th October 2017 9:29 am

Trouble getting @code to ‘replace all’ with a particular regex. Solution (other than replacing 1 by 1): select all, replace in selection 😉

3rd October 2017 9:53 am

Moved from @sublimehq to @code today, coz that’s what everyone seems to be doing! Thx @daviddeejjames for being my guide.

18th September 2017 5:37 pm

This site is now HSTS preloaded

27th January 2017 10:33 am

As of Chrome 57 – which is not quite out yet – this site will be automatically ‘preloaded’ over SSL – thanks to a new’ish web technology called HSTS.

Make WordPress images work like Drupal images: resize on the fly

11th April 2016 8:27 pm

A WordPress site I’m working on is going to have a ton of images being uploaded into it, and unfortunately that means that a bunch of resized images – many of which will never get used – will also be created. This takes up disk space, and differs from the way Drupal does it: where… read more