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

General Discussion

Ashish Patel
Ashish Patel
24,462 Points

What back end language should I learn in 2017 ?

I work as a iOS developer but I want to learn a backend language to create my own API. For example, I would like to build my own little CMS, where I can post videos. The CMS will have REST API, which I can use in my iOS app to fetch videos.

I am looking for a backend stack which can run in my linux VPS which is easy to deploy, maintain, backup as I don't know docker and stuff.

From what I have researched, it seems Ruby and Python are slower and less scalable than other options like Java, NodeJS. So I have to choose between Java and NodeJS. But then people say Scala is better then Java so I have become confused. So my question is which language should I learn and use it to build my web app.

1 Answer

Jesus Mendoza
Jesus Mendoza
23,289 Points

Hey Ashish,

I'd say you should learn Node.js or Python (with Django). Both are good for what you want to do and both are languages with a good market of jobs.

Good luck!