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

How many code languages do I need to learn to build an app?

I already taken the html and css course, I am learning JavaScript. I want to know if with this 3 languages I can build an interactive web app with registered users and all of that. Do I need to learn server side development or data base languages?

1 Answer

Steven Parker
Steven Parker
231,007 Points

If your app will involve persistent data (like users) that means a database. Plus, these are server-side functions.

JavaScript can be used on the server side, and you'll get an introduction to that if you're in the "Full Stack" track. Plus there are some additional courses available to extend server-side JavaScript.

Thank you Steven