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 trialGary Ford
14,475 PointsShowcasing projects that use a database and/or server-side programing.
I you have projects that you want to showcase that use databases and/or server-side programming, what are the options available? Are there any free options? Is Heroku used for this? This is primarily for showcasing small projects that potential employers can view.
1 Answer
Ricky Catron
13,023 PointsPersonally I love https://www.openshift.com/ It is very versitile(Ruby and ROR, Python and Django, Java, Go, Nodes.js) and completely free. I use it myself as a development enviorment.
It can be a little complicated because Git is used to depoly your site but it helps teach you useful skills and gives you a lot to work with. Goodluck!
Gary Ford
14,475 PointsGary Ford
14,475 PointsThanks Ricky. I'll definitely check it out.