Tags

monorepo

  • 2026-03-10

    🏷️ The simple approach to versioning

    The biggest barrier to starting something is an unwillingness to start simple. Let’s use versioning as an example. The natural tendency is to think that all software components need their own version, which can be a daunting task to impleme…

  • 2024-09-03

    🔎 Seeing patterns

    Patterns are important. Seeing patterns allows us to simplify things by using common data structures, re-using code/design, finding solutions to common problems, etc. Being able to see patterns also allows us to troubleshoot effectively. Bu…