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 trialFrancesco Miceli
5,134 PointsOk, I'm finished whit the web designer course and now?What the next step to develop the back-end side?
There is much confusion. I can not figure out, what the next track to follow to fully complete a website. Server?PHP?Pyton or what else?. I believe that on your site miseed a continuous thread that leads a user to making the right steps one by one, after completing a track. Can you help me?
(Sorry for my bad english)
Thank you.
2 Answers
jason chan
31,009 PointsI would go with python.
This looks fun. You'll learn how to build rest api, forms, and logins.
https://teamtreehouse.com/tracks/learn-django
But i would go to job boards in your country to see what languages are in demand. Then I would learn those technologies.
Julien riera
14,665 PointsHello,
Even if I personally hate it, I'd suggest PHP track. It really gives a different point of view regarding building website, thanks to tempting. (you can look for "include" for php for an example). Once PHP "mastered", you can go further, read about MVC design pattern, and then try something like Symfony for instance. (I live in France, it is popular here but maybe not as much in the country you come from)
Probably simpler, or sexier, languages would be Ruby, with Ruby on rails of course. Or as stated above, Python and then Django/Flask, which I really enjoy.
There're others, but that's the few I know a bit of.
Depends on your will and motivation in fact. Hope it helps !
Julien