How To

  • May 27, 2025

    Deploy TiddlyWiki on fly.io

    I walk through how to run TiddlyWiki server on Fly, and only pay for the compute that you use

  • May 1, 2025

    Embed TiddlyWiki in Jekyll

    I walk through how to serve a single-file TiddlyWiki via Jekyll. I have a personal TiddlyWiki filled with "How To" guides, & I wanted to share some of them here, so I figured out how to make the two technologies work nicely together.

  • Dec 14, 2023

    Import Timeseries Data into Django via TimescaleDB

    In this tutorial I explain how to import timeseries data from text files into a Django web application connected to TimescaleDB, an extension to the Postgres relational database. I also argue that TimescaleDB and Django make quite a good match because TimescaleDB, unlike many other timeseries databases, allows one to store timeseries data alongside web application data.