Learning path to become long term web developer?

I have completed learning PHP.
I am very confused about following points please help me to choose my learning path, I shall be very gratefull to all of you.

what is MVC and when should I learn it.
Shall I learn OO PHP.
which framework to choose for PHP.
Should I learn Javascript also.

Thanks in advance.

PHP OOP
(optional) LARAVEL
and the rest will be Javascript courses

1 Like

Thanks liontas76
and what about MVC

Because I never (until now) I worked with MVC I can’t have an opinion.But everything you learning is an another skill bonus to your knowledge.

MVC isn’t just PHP. It is an architecture pattern that can be very helpful when you want to separate your code logic with your business logic. This again can be done with any language. But I would say that learning MVC would help a lot. I learned it after 4 years of being self taught. So for 4 years, I was used basic Procedural design and it was ok until I found out that I could of made my life a whole lot easier if I had learned MVC from the start. MVC isn’t needed all the time if you have a small project, but when you have a big project, it is more useful and helpful using MVC as opposed to using something built on Procedural.

1 Like

@spaceshiptrooper
Thank you very much for your help, one last question is about PHP framework.
Will you please provide a little details about framework ,that I should use as per current demand.

Thanks

I think it would be hard for anyone to give a valid recommendation without knowing your specific needs for a given project.
Some frameworks may suit some projects better than others, some projects may not require any framework.
You must describe your requirements to get a meaningful answer on this.

And someone just saying “x framework” or “y framework” does not help. They must explain why they think that framework is the best choice.

@SamA74
Thanks for your reply currentl I am not working on any project, I just want the guidance to follow the learning process from you people so that it will be benefecial for me.

Thanks.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.