Other articles


  1. Replacing tox with UV

    Recently I've been updating some of my libraries to Python 3.10+ after Python 3.9 has finally reached end of life.

    The upgrade to Python 3.10 is a relatively simple one, but I thought it be a good idea to run tests on different versions of Python.

    Existing …

    read more
  2. Writing a SQS task framework from scratch

    Recently I've been working on framework to run LLM tasks using AWS's excellent SQS. And I made the decision to write my own task framework/library as opposed to using a pre-exiting framework. I thought this would be a great opportunity to discuss the considerations and levels of abstractions involved …

    read more

social