Made as simple as possible, but not simpler.
A Universal Relation for Data -- One Table and One Table Only
You have a variety of entities, each with a variety of attributes, and each involved in a variety of relationships.
Data Sharing Is Hard Like Shared Variables Are Hard
If you write a program that references a variable, and that variable points to a value, you likely don’t want that value to change unless you’re doing the changing.
Continuous Integration for Scientific Data
How do you check potential changes to your published data?
Version Control for Data
Git is the common tool for version control of code. How does it work?