Other articles


  1. Javascript support in this blog - 2021 July 05

    I've finally got around to supporting javascript in this blog.


    read more
  2. Page requests to the metal - frontend - 2019 November 25

    There's a large number of steps of abstraction in the modern web stack. Let's follow through everything that happens in between submitting a form to a very "simple" web app that adds together two numbers from the form. This part focuses on the frontend.


    read more
  3. Testing for exceptions with Jasmine - 2016 September 23

    Testing for code that raises exceptions with Jasmine


    read more