Tags

coupling

  • 2026-08-28

    🏗️ Good architecture

    We may think of “good architecture” as getting it right up front. We certainly want to do as much of that as we can, but perhaps a more important part of “good architecture” is that it enables innovation loops. Good architecture makes loops…

  • 2026-07-23

    🛣️ The two ditches

    Along roads, there is often a ditch or some undesirable obstacle on either side of the road you want to avoid. The same can be said for most of life, including product development. There are two common errors: Build it all yourself: You dr…

  • 2025-07-23

    🔗 Integration, not isolation

    In a recent discussion, the comment was made that containers are not always a good fit for edge/embedded devices, as they are designed for isolation (which is useful at times for cloud workloads), but with embedded, we want tight integratio…

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