Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial 
   
    Byron Tollison
9,942 PointsFull stack JavaScript confusion
As a noob developer I have a few questions about full stack JavaScript. 1- does this mean I should learn to design, ux, etc.?
2-can I ever just be a backend developer with JavaScript? Or am I misunderstanding "full stack"
3 Answers
 
    Jesus Mendoza
23,289 PointsFullStack JavaScript means you can develope things from end to end (Front-End to Back-End), but that does not mean you need to know ux/ui design, the front-end is not only how it looks but also functionality and interactivity.
For the Front-End you have:
- jQuery
- AngularJS
- React
- Backbone
For the Back-End you have:
- Express
- Node.js
- MongoDB
Just to name a few
 
    Byron Tollison
9,942 Pointsawesome! just to clarify a few things you mentioned, IS there such a thing as just a "backend JavaScript programmer"? design is weird for me but mongo express angular and node don't seem to have much without being a ruby on rails programmer too... or am i also mis understanding this? lol im sorry I'm completely new to this area, I was injured about a year ago, and had to completely re invent my career lol
 
    Jesus Mendoza
23,289 PointsYeah you can focus on Back-End frameworks only, but to be honest I don't think there is a lot of work field on that, most companies seek for a FullStack JavaScript developer because of the way Front-End works with Back-End, it's easier if only 1 person does all the job rather than 2 people who does not think the same working on it.
 
    Byron Tollison
9,942 Pointsthat makes sense, thank you for your help! much appreciated!