About enshitification of web dev.

  • perry@aussie.zone
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    3
    ·
    1 day ago

    Now it takes four engineers, three frameworks, and a CI/CD pipeline just to change a heading. It’s inordinately complex to simply publish a webpage.

    Huh? I mean I get that compiling a webpage that includes JS may appear more complex than uploading some unchanged HTML/CSS files, but I’d still argue you should use a build system because what you want to write and what is best delivered to browsers is usually 2 different things.

    Said build systems easily make room for JS compilation in the same way you can compile SASS to CSS and say PUG or nunjucks to HTML. You’re serving 2 separate concerns if you at all care about BOTH optimisation and devx.

    Serious old grump or out of the loop vibes in this article.

    • GreenKnight23@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      23 hours ago

      I straddle the time between dumping html and CSS files over sftp and using a pipeline to deliver content.

      the times a deployment failed over sftp vs cicd is like night and day.

      you’re always one bad npm package away from annihilation.