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

General Discussion

Carl Taylor
Carl Taylor
21,689 Points

What are the Tools I need?

Awesome Community,

I am a web developer and I want to be more advance, I want to build something really useful. I wanted to start on having a secured login page, I already have the design, HTML template and so on...

I need your suggestion what do I need to learn first before I make it interactive just like how Facebook Login works.

Thanks in advance guys :)

2 Answers

A big fish to fry here, is what back end language do you want to use?

Carl Taylor
Carl Taylor
21,689 Points

Hi thank you for your reply, just want to ask what is the best way to do this the most secured way available. Is it PHP ?

There is no best way, and security is not based on the language used. Security is based on the ability and skills of the developer, and some best practices that can be apply across any language.

The best language is the one you feel most comfortable in. Php is fine, as are any others. I've written login features for fun in php, ruby, and javascript. All 3 work fine, and had equal potential to be secure. Python is another popular option.