Tags

csv

  • 2025-07-16

    🌱📈 Simplicity scales

    When programming, we learn that simple interfaces and simple data structures are good, because they are flexible. Simple file formats are the same. We can do way more with a CSV or Markdown file in terms of presentation and automation than …

  • 2025-05-28

    📈 What is the quickest way to store and track data?

    Do you need a quick way to track some data? Serial numbers, part numbers, test results, defect metrics, etc.? There are many ways, but one of the quickest and most flexible is CSV files in Gitea. You are already using Git*, right? With CSV …