Skip to content

Michael's Blog

The personal website and blog of Michael Hebblethwaite, a web developer based in Nagoya, Japan.

  • By Michael Hebblethwaite
  • Based in Japan
  • Roughly three posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 5
2023 1
2024 2

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Make your code easy to run
Today, I want to write about steps you can take to make your take home test easy to run, and win brownie points with reviewers. I spent a lot of time in the last half …
On , 91 words
About
Hi, I’m Michael Hebblethwaite. I am a full stack web developer based in Nagoya, Japan. I use Ruby and JavaScript to create production stable apps, mainly using Ruby on Rails, React, and StimulusJS. However I …
On , 71 words
Adding VCR and WebMock to a legacy codebase
I am working on a Ruby on Rails codebase that is quite long lived, though new to me, and has an RSpec test suite that takes a long time to complete. One common piece of …
On , 83 words