/ blog
Blog
Architecture decisions, trade-offs, and what production doesn't forgive. No fixed schedule.
2 articles since January 2018
Filter by tag
Disposable LLM tools: when to build and when not to
Three tools built with an LLM and boto3 on AWS, and why only one was worth it. A practical criterion for deciding what to build.
DuckDB: query your CSVs as if they were a database
How to use DuckDB in Python to analyze CSV files with SQL without spinning up a server or loading the data into memory.