14
N0ps
4y

The amount of "full stack" developers I've seen that know nothing about networking, servers or security has broken me inside over the years. Like cmon man either learn that stuff or stick to doing frontend. Don't put user's data at risk just because you wanna earn a bit more money

Comments
  • 8
    If by fullstack you mean entire stack...
    then sure, but if you mean the typical frontend/backend guy who wouldn't know how to setup a server if their life depended on, then no, but then it's not really fullstack then is it.
  • 1
    I almost read that as "full sack" developer. Like it was some kind of brogramming reference.
  • 4
    "fullstack" does not refers to networking, security and etc. yet...
  • 2
    Even though I know this It is what I would expect a devops or sys admin dude to do. Not the dev himself.
  • 1
    @AleCx04 Yeah, but even dev has to have atleast a clue what is going on while his frontend communicates with his backend.
  • 0
    @hitzoR which is why I know how to do it. But having someone do it for you as their specific job and task is way tf better and saves a lot of time than having someone fuck around with shit until it gets deployment ready. The thought of it actually makes it scary.
  • 0
    @JhonDoe I'm not talking about securing servers here that's operations but making sure you at least don't have code filled with vulnerabilities
  • 0
    @N0ps ah stuff like sql injection, xss, never trusting users
  • 0
    @alexbrooklyn I would have said that's basic no matter what you work on. Always sanitize your input. Don't trust users.
  • 1
    @saucyatom Trust nobody, not even yourself
  • 0
    "I'll build in security later"
Add Comment