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

Jonthue Michel
Jonthue Michel
1,462 Points

Is it almost necessary for php developers to know front end web development in this digital age?

Will learning front end web development help one become a better candidate for the work force as a php developer?

4 Answers

Abe Layee
Abe Layee
8,378 Points

I will say is necessary to have some frontend development knowledge as a backend developer. Most jobs these days required you to have some html5,css3,JavaScript, and Jqurey knowledge. Besides, when working with PHP, you're probably going to be using JavaScript to make Ajax request or form validation.

Jonthue Michel
Jonthue Michel
1,462 Points

Do you think the php course is enough to make one a senior developer?

Abe Layee
Abe Layee
8,378 Points

It will teach you the basics but I suggest you read more books and build more project. Building project is one of the best way to learn web development. Just keep practicing and ask for help whenever you need it.

Jonthue Michel
Jonthue Michel
1,462 Points

What books would you recommend?

Abe Layee
Abe Layee
8,378 Points

I think " The PHP Anthology" is pretty much useful to me. It gives you tips,trick, and more. "PHP & MYQSL the missing manual " another good book or "PHP and MySQL Web Development (4th Edition)" by Luke Willing. Also just google the best php books for beginners.