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

PHP

Portfolio Advice.

What should i feature in my portfolio to show that im a good PHP Dev?

3 Answers

Greg Kaleka
Greg Kaleka
39,021 Points

Hi Corey,

Once you've got some solid PHP under your belt, the biggest thing is going to be a GitHub account. With PHP programming, you can't show off all the great code you wrote to make your website work well - you can only show that code by showing the code. This is pretty different from front-end developers, whose code is visible, and whose product is the visible website itself.

If you're not familiar with git yet, I highly recommend getting started learning it. It's very useful, and everyone in tech uses version control, so it's a great skill to have. There's a good course here on Treehouse to get you started.

Good luck!

-Greg

I agree with Greg and want to add if your can have the site live to show how it works on the front end, that is good as well.

Thanks guys !