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 trialjohn knight
Courses Plus Student 9,155 PointsI need some consultation.
In the first 2 minutes of the video the teacher said you need to learn server side programming language but i need help to choose one of these languages, I watched YouTube for an answer but they all give bad answer so i really need your help guys.
Jordan Hewett
9,437 PointsI was asking the same question a little while ago. For me personally, I stuck with javascript just because I was familiar with it and I didn't want to learn another language while I'm trying to master this one. If your working on websites with javascript you won't have to learn anything radically new with node.js (server-side javascript). I might eventually learn another language down the road though. That's just my personal opinion.
john knight
Courses Plus Student 9,155 PointsNo I know Html CSS and JavaScript(Basic Knowledge).
john knight
Courses Plus Student 9,155 PointsJordan Hewet Same as you am stuck with the JavaScript
2 Answers
Tianni Myers
10,453 PointsYou can learn JS for front and back-end or PHP. I prefer PHP.
john knight
Courses Plus Student 9,155 PointsThank you for your answer, Now am gonna learn PHP, Thank you Tianni myers.
Duarte Monteiro
22,300 PointsMy answer is learn NodeJs (JavaScript). It's the go to technology for modern server development right now.
john knight
Courses Plus Student 9,155 PointsThank you, Duarte.
Tianni Myers
10,453 PointsIt all depends on what you want to do. I tried to learn JS but it just didnโt click with me. PHP rubs me the right way.
john knight
Courses Plus Student 9,155 PointsThank you again!, Tianni Myers.
johnsdoe
Courses Plus Student 4,920 Pointsjohnsdoe
Courses Plus Student 4,920 PointsEven if you intend to specialize in back-end development on the web serverโbuilding content management systems with a database, handling file uploads, and so onโyou need to understand how websites fit together. So itโs essential to begin with the two technologies that lie at the heart of web development: HTML to build the page structure and CSS to control design and layout.