The really interesting part is IMO this one:

  • mark@programming.dev
    link
    fedilink
    arrow-up
    28
    ·
    edit-2
    1 month ago

    Not surprised that Tech debt is among the biggest. There seems to be a lot of complexity added to apps unnecessarily these days-especially web based apps. It’s almost like companies purposefully force their engineers into creating web apps so bloated that users have no choice but to use the native app version.

    • Carighan Maconar@lemmy.worldOP
      link
      fedilink
      arrow-up
      15
      ·
      1 month ago

      I mean, the thing I work on hada great idea. Use microservices, because we genuinely have a need to independently scale different parts.

      Few years down the line and there’s an endless list uff services, most with a single instance doing nothing all day, and having memory and CPU overhead of course. And being a nightmare to figure out what code is whereas they all communicate independently.