Minimum Vibable Product… I’ll see myself out now

  • GreenKnight23@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    10 months ago

    know what’s great for MVPs? language specific frameworks like ruby on rails.

    runs like dog shit, but you can have a full fledged app in days or weeks instead of months.

    AI can’t do that.

    • symbioticremnant@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      10 months ago

      Modern Ruby runs great. I’m a little surprised Ruby made it as far as it did with how bad it used to be though

      • GreenKnight23@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        agreed.

        modern ruby can even outperform python, php, and others.

        rails is still dog shit slow. but it is better now. considering what rails does though, the performance tradeoff is negligible. proper indexing and query improvements are extremely beneficial to UX.