7
SuryaK
7y

How much CSS and JS should I know to call myself a full stack dev ?

Comments
  • 24
    At least 2 css and maybe 3 and a half js
  • 0
    @RazorSh4rk what's that? Out of 5
  • 2
    @Artemix Flexbox all day👌
  • 2
    CSS 100%, JS just the needed
  • 0
    @edwrodrig where do u recommend I learn css?
  • 2
  • 1
    Hahahahahahahahahaha
  • 10
    I didn't knew that a full stack developer was just needing js + css.. before learning any language begin by learning the meaning of a 'full stack developer'
    After that only you will have a real answer... :P sorry if I'm​ harsh
  • 0
    @omomthings I realize that it's more than that. But I know that CSS and JS are pretty vast and important. so, I was wondering how much one should learn. Thanks
  • 3
    @SuryaK I have some doubt about the truth in your rant.. honestly is it a joke? I'm lost..
  • 4
    Full stack is front-end (HTML, CSS, JS) and back-end (every shit language you want)
  • 2
    Yeah, I'm learning backend. But I don't like front end that much. So I was wondering what it is to be a full stack
  • 0
    @omomthings what is the doubt?
  • 2
    @Jappe usually all the shit is in the front-end
  • 1
  • 0
    @LinusCDE that's the rant that triggered my doubt
  • 2
    You need to be sure about what you are doing or at least you must have a plan what you want to do and an idea how to solve it. In my opinion you cant call yourself a fullstack dev when you have no idea how to style something like how you want it to look like or when you have no idea how to intract with elements in the way you want to.

    Im not a fullstack dev tho. 🙃
  • 0
    @SuryaK Thats nice. I read yours just after that. I guess "full stack" means somewhat like advanced enough in front- and backend to get it running by your self without too much googling.
  • 1
  • 1
    @omomthings technically you only need JS, but HTML and CSS is good to have
  • 1
  • 8
    Acc. to the current industry standards, A Full Stack Developer is someone who can master a complete stack which is normally a Web stack.
    The most trending web stack currently is MEAN, but the most used (and abused and hated) is LAMP.
    It basically means that you can create a complete web app including the backend (server), front end (client) and database part.
    The front end is mostly a browser, but it can also be a mobile app. So if you know Android and Node.js + some database, or iOS and Firebase, you can be called a full stack 'mobile' developer.

    Just knowing HTML, CSS and JS is not enough. Learn ReactJS​ or Angular for better opportunity in web front end and some Node.js, Django/Flask(Python) or Ruby on Rails for backend. For database knowing one RDBMS such as MySQL or Postgress and one nosql such as MongoDB, Redis or CouchDB is enough. Only then you'll be eligible for those Full Stack Developer jobs.
  • 3
    @Artemix Flexbox for the win 😁
  • 2
    I would expect you to know at least 90% of CSS 2.1, the most used parts of CSS 3, and all of vanilla JS including all the quirks. This is almost enough for calling yourself a junior front-end web dev.
Add Comment