Other articles


  1. Page requests to the metal - Backend implementation - 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 backend portion of the stack.


    read more
  2. TIL: Python hashing implementation details - 2017 December 24

    Some things I learned about hashing in CPython


    read more