Tags

lifecycle

  • 2026-02-16

    🔄 The release circle

    As previously discussed, a release is useful and quality. What counts as a release? One way to think about this is to view the release as a circle with two attributes: What (it contains) Who (it’s for) Initially, there is not much in the …

  • 2025-01-23

    ✨ Demos vs. Products

    I’m a huge fan of demos – so is Khem. They are a very important part of product development. They are a way to ship early and get critical feedback. Demos during the course of real product development are essential. There are some challenge…

  • 2024-12-18

    🔄 Lifecycle management in dynamic systems

    One of the hard parts of dynamic systems is the lifecycle management of various bits of running code. It is easy to create stuff, but are you cleaning up properly when things disappear or change? We can order these in difficulty: Create so…