Being transparent about culture

One hundred duck-sized horses

I've been exploring the capabilities of DuckDB to query data from partitioned parquet files. This blog post collects some useful hints in geting this working with DuckDB-WASM for use in client-side javascript.

Cross-repository GitHub Action triggers

I've recently been using GitHub actions to automate data pipelines and build static sites. Something that's quite useful to be able to do is trigger one job when another has finished. Find out how to build efficient cross-repository action triggers.