• Clent@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    8
    ·
    4 days ago

    Bold of you to assume they’ll use Java and not some obscure language removedd based on the need to pad their resumes.

    • acchariya@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      4 days ago

      We all know it’s going to be nodejs, backed up by mongodb. This is because LOC on the commits can be maximized for minimal effort, and it will need to be rewritten every 2-3 years.

      • futatorius@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        In my shop, some of the managers were OK with teams using server-side node, with Mongo.

        Those managers are now gone, and one of my jobs was to lifecycle that shit out. Just being near npm was enough to shorten my life by several years.

        Mongo’s actually a really nice choice for some use cases. It just wasn’t good for what we were trying to use it for. Its replacement was Postgres, one DB for OLTP-like processing and another for OLAP. Works like a champ, and the improved analytics mean we’ve been able to tune the hell out of that sucker.