29
chickie
5y

Everyone’s a “fullstack” until they have to make a button go all the way to the right

Comments
  • 17
    I can put that button places, you can only dream off.
  • 3
    On hover. 🤣.
  • 5
    @torbuntu

    Full stack generally means front end (UI/UX) and backend.

    Backend is a bit vivid in this context as it can be from writing the code layer, through to server and database admin and deployments through to dev ops and CI/CD or all the above.

    I personally don't consider anyone full stack unless they can solo everything in the entire environment.
  • 2
    @torbuntu i don’t believe anyone being a fullstack too!

    Most of the devs that say they are, are backend developers who understands some html/css but when it’s time they have to do web pages themselves they couldn’t. Or they are a little too basic.

    If you have kickass knowledge with everything, then good for you!
  • 3
    I've seen job posting for fullstack that also require you to know linux kernel and ML 😂
    PhD in porn cinematography and Swedish massage - advantage!
  • 2
    @M1sf3t Yupp. Good luck finding a person who can *really* do all that. Then they complain it is so hard to fill positions, and that the industry lacks experienced developers .
    No, it doesn't lack experienced developers, it lacks the golden, Swarovski-embedded unicorns they are looking for.
  • 1
    @C0D4
    I'm terrible at devops and don't consider myself qualified in infosec, but I regularly do the rest.
  • 0
    Oh hell no. I'm a backender and linuxer, no fullstack dev.
  • 0
    @M1sf3t 😊 thanks
  • 3
    @chickie ah yeah as a full stack person I hate those "full stack" people. I more focused on backend, but there is numerous times where frontenders come to me for help with more complicated things because I know the little things in CSS most frontenders I know don't. I've made a purely HTML and CSS calculator working with these kind of things. Also skews and transforms are right in my alley

    The fullstackers who can't do these things are making non dual stack people be non believers of possibilities. I get quite a lot of negativity when I say I am fullstack.
  • 1
    @Codex404 aww sorry to hear that! Most of the time they are just being boastful with no substance so I ended up believing it is not real.

    Also, must be hard to keep up with both frontend and backend!
  • 1
    @chickie it's not that difficult to be honest, backend has way less news than frontend does.
    For frontend I read the Working Draft documents so I know at least vaguely what possibilities are in the future, then I keep up to date with browser change logs and the interesting newly added features I read up on in more detail.

    I'm a C# developer and also read the road maps for the language so I know what to invest time in.

    Its just a matter of knowing what is read worthy before reading it.
  • 0
    Margin-left: auto;

    In IE 8 and below, on the container element:
    text-align: right;

    Or you can try
    float:right;

    Or use tables.
Add Comment