I've been working on a tool called dclient which is a CLI client tool for talking to Datasette instances.| til.simonwillison.net
We launched the Datasette Cloud blog today. The Datasette Cloud site itself is a Django app - it uses Django and PostgreSQL to manage accounts, teams and soon billing and payments, then launches dedicated containers running Datasette for each customer.| til.simonwillison.net
I'm a big fan of snapshot testing - writing tests where you compare the output of some function to a previously saved version, and can re-generate that version from scratch any time something changes.| til.simonwillison.net