Investigation on Entity-Attribute-Value Stored Data and DuckDB

I have a project I’m contributing to that uses EAV to store some of it’s data, eg: there’s a fixed set of fields that are stored in a ‘core’ table, and then there’s an EAV table that stores attributes added conveniently by the user (which we …

Django Interview

Django Interview Question There was recently a question on Reddit that (to paraphrase) asked: ‘I need to interview for a Django developer but I don’t know anything about Django. What should I ask?’ I’ve hired a few Django (& other) devs and the...

Using Quarto in a Performance Test

I find the data exploration ecosystem to be extremely useful and interesting. And it’s bubbling up with new tools all the time.: eg: Jupyter Notebooks, Streamlit, Voila and all the rest. Here’s a use case for one perhaps less well know :Quarto :...