7

Is js developer considered as full stack or front-end? 🤔

Comments
  • 2
    Traditionally js is purely a front-end role - full-stack would be html/css/js + a server-side language like php/.net /python.

    Having said that you can use node.js for server-side so it is technically possible to be full-stack with just javascript.
  • 3
    @conjoiner I'm working with React, tsql and .Net. but most of my daily work is to write and test react components, generate API from sql store procedure. Since it's a single page app, and we write inline CSS. I got confused with my role 😵
  • 3
    @sunfishcc
    I see your point. I'd say what you're doing sounds enough to qualify as full-stack - so long as you're doing something more complicated than theming a website it's probably not just front-end :-)
  • 4
    @conjoiner such a relief. I can rest now😎
Add Comment