DEV Community

Discussion on: My 2019 Personal Tech stack for Web Development

Collapse
 
brpaz profile image
Bruno Paz

Yes the definition of full-stack is important and can have different interpretations.

For me being able to build an application with an API, the frontend and then put in live is full stack.

But I think you will always be more proficient in one area or another.
While Frontend basics is just css, html and js, nowadays frontend is much more than that. there are SPAs, PWAs, performance, accessibility, ES6, different frameworks etc.

That's why I say it's very difficult to be an "expert" in both.

You can perfectly be expert in one area and good enough in the other tough, I agree.