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 trialSunny Chu
4,677 PointsWhat to learn next... if I want to make my own web app?
My goal is to acquire the skill to create a commercial web app by myself. I am a bit confused to what I should learn next.
Here is what I learnt so far
- HTML / CSS / JavaScript (Basic)
- Basic PHP & SQL
I feel like my next step is below
- Apply all the above at the same time to make a project
- Dive into Ajax
- Technical setup (e.g. Set up a web server / SQL database)
- Making web app infrastructure stuff like account registry & verification, token, payment gateway, sending involve, handle subscription payment... etc
Are there any course/track in treehouse that someone can recommend for me to move forward?
2 Answers
Kieran Barker
15,028 PointsIt might help to complete the Beginning JavaScript track :)
Connor Walker
17,985 PointsI would try applying everything you've learned and making a basic web app to try and put everything into practice, and then come back afterwards and pick up on the things you struggled on. If you are making your own web app then that is a perfect opportunity to also give AJAX a go as well.