Tags

data structures

  • 2024-11-22

    πŸ”— Coupling

    Good platforms emphasize loose coupling where one part of the system can change without affecting another. Not abstractions for the sake of abstraction. But rather well-thought-out data structures and patterns. A message bus like NATS is an…

  • 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 …