James Mead by James Mead

Week 298 - Interesting links

Tunnels - HTTPS to HTTP proxy

I’ve been using this to serve a local Rails app over SSL using Pow. Browsers will complain about the certificate but it’s good enough to ensure that we’re not getting any mixed content problems. CR

New Interface for Google Takeout

I use the Google Drive Client to ensure that I have copies of my Drive data stored on my laptop as well as online. That works great for regular files but not so well for native Drive files (e.g. Docs and Sheets) as the Client stores them as links rather than files containing the data.

To reduce the risk of losing potentially important information should I lose access to my Drive, I’ve also been using Google Takeout to regularly backup the content of my Drive. This backup contains all native Drive files exported in Microsoft/Open Office compatible formats (docx and xlsx, for example).

This new version of Takeout allows you store the backup in Google Drive itself. Assuming you’re running the Drive Client then the process of storing backups of all your Drive data just became a little bit easier. CR

Refactoring Ruby with Monads - Tom Stuart

I struggled a bit with the Barcelona Ruby Conference superhero (?) background, but this 30-minute video is well worth a watch. Tom carefully walks you through a bunch of easy to understand Ruby code and then explains how it turns out you’ve just been using monads without realising it. Sneaky, but neat! JM

The problem with estimates part 2 - all cost, no value

This article talks about the asymmetry in cost/value estimation i.e. most teams put a lot of effort into producing estimates of the cost of a feature, but very little into estimating the value of that feature. JM

CDN acceptance testing for GOV.UK

This is an excellent detailed write-up of how GDS wrote a set of automated tests around their CDN with a view to replacing it. I particularly like the fact that in doing so they have accurately characterised the behaviour of the existing CDN and even uncovered some bugs. JM

Display #Anchors Chrome extension

I usually try to link to a specific section/paragraph on a page if I can. In fact one of my pet hates is HTML pages containing structured text that have no in-page anchors. This plugin doesn’t address my pet hate, but it does make it much easier to find any existing in-page anchors. JM

If you have any feedback on this article, please get in touch!

Historical comments can be found here.

Recent