• Fair Fairy@thelemmy.clubOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      6 hours ago

      Article exactly describes how I feel about next.js -ers.
      So far none of them was able to explain to me why lack of connection pooling is A good thing. I doubt they even know what that is. If you build a website in server less - you might as well use php because it will beat node.js in raw speed on those conditions and you are handicapping it similarly.

  • hades@programming.dev
    link
    fedilink
    arrow-up
    12
    ·
    23 hours ago

    Just an ad article. “Did you also encounter skill issues while building web applications? Try my platform.”

  • aev_software@programming.dev
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    1 day ago

    My app went from a single code base that handles a million different actions to a million code bases that each handle a single action, but they still all depend on each other and still are tightly coupled, but now they’re spread out across 50 disparate cloud services so maintenance effort only got worse.

  • codeinabox@programming.dev
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 day ago

    I’m not an architect, but I do dislike how much of development work has AWS wrangling, dealing with the architectural hoops that are mentioned in the article