• Kissaki@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      11 days ago

      I’m thankful I am full stack and can do my stuff across borders. I hate the interfaces, waiting for stuff, or being hindered by dissatisfactory (to me anyway) stuff from them. So I’m glad when I have control over the entire stack - from talking to the customer to running production.

      Anything I don’t have control over - most if it doesn’t get done, the rest can be okay or bothersome.

      I hate that I don’t see what the admin set up and does on the infrastructure. It makes it harder to assess issues and potential issues and how they could correlate with infrastructure changes and activities…

  • Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 days ago

    For me that’s the wrong way around.

    I want to be able to fix the issues I see. I hate it when I can’t.

    • ramirezmike@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      18 days ago

      the term normally refers to a developer that can be productive in every layer required for a typical application to work.

      They can do the front end design/styling/implementation and are familiar with front end languages and frameworks

      They can do the backend API design and are familiar with the typical backend languages and patterns.

      They can do the database table design, write and optimize queries.

      They can handle the ci/cd scripting that handles building and deploying the application

      They can design and write the automation tests and are familiar with the libraries used for that.

      And a bunch of other crap like load testing or familiarity with cloud services.

      The latest thing added to the list is AI model creation which is a nightmare… but, I can’t say no 🤷‍♂️

      • frezik@midwest.social
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        18 days ago

        Also, in practice, they’re usually only good at one or two of the things on the list (at best) and hack their way through the rest. As much as people make fun of overspecialization, it happens in every field for a reason.

        • _____@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          18 days ago

          Eh, not sure if this is true at all. I think the reality is that niche specialized roles are valuable (frontend expert) but you are not “hacking” your way in full stack unless you are a junior or just bad at development.

          I don’t consider myself to be hacking anything I do, even things I’m not as strong in (ci cd) I pay full attention to documentation and examples before blinding coding or writing ci scripts