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

Richard Barkinskiy
10,663 PointsWhich programming language to zero in on...?
I have solid experience with JavaScript and PHP, but have been wondering if it's worth it to spend more time with either of those two languages, or jump to something like Ruby.
Which path have you chosen and why?
1 Answer

SERGIO RODRIGUEZ
17,532 PointsI suggest you to build on top of what you've learned. If you have a solid experience with JS and PHP I recommend the following:
- Take the Laravel Framework course. You could streamline your PHP with this framework.
- Learn jQuery (if you don't use it). jQuery will help you get results faster than using plain js.
- Learn WordPress development. WP was built with PHP so you have some ground gained in that matter. WP is HUGE, it powers over 20% of the web and you will be amazed of the things you can do with it as a developer. (If you make websites and webapps for living, WP is a must).
Hope this helps!
Sergio
PD: Please remember to select the best answer, this will help to improve the forums.
Richard Barkinskiy
10,663 PointsRichard Barkinskiy
10,663 PointsThanks Sergio. I'm going to give Ruby a try, going through the course now.