I'm Student and i want to start earning i Choose go with web development and i learnt Basic php in that Basic building blocks, POD , OOP concept, Basic SQL.
And i Just completed javascript Basic and OOP concept and jQuery what should i learn next
nodejs & angularjs AJAX
or
PHP in that what should i learn?
This site has great substance. Much obliged to you for the considerable article I did delighted in understanding it, I will make certain to bookmark your blog and unquestionably will return from once more Write my Assignment for me
PHP is only for backend development and scripting. But JavaScript is everywhere. If you can't decide between the two, why not learn both. Also, as a PHP dev I would suggest you to go through these slides to know pros and cons of PHP. JavaScript and NodeJs is a must learn. Frameworks like AngularJS or Laravel are pretty much optional if you don't specialize in one field like frontend or backend.
In these days, JavaScript is everywhere and essential in web development especially.
If you want to become a web developer then start with HTML and CSS first. Once you acquire reasonable skills in them then move to plain vanilla JavaScript. Once you write enough plain JavaScript you will start to see how painful some simple tasks can be to achieve in plain JavaScript. That's where jQuery beginnings.
Then, further to JavaScript frameworks.
Happy coding!
If you are already familiar with JavaScript, you will get more bang for the buck by going with Node.
Personally I used PHP for 2 years professionally. I was delighted when I could leave it behind. These days I use Node on the backend, and I'm very happy with it (although I use TypeScript rather than JavaScript to enhance maintainability). I also try to minimize the footprint of server-side code. Whatever I can do on the frontend, I do (this is also the trend in the industry now). Effectively I don't use server-side MVC anymore. The backend only exposes a REST API. Angular 5 on the frontend handles everything else.
You have learned a lot! It is possible to do entire apps, efficiently and robust with those two technologies you learned. If I were you, I stop and start practicing and create real world applications.
You can always resume other technologies when you think you do not resonate with the ones you know.
But for me learning does not stop at syntax. Syntax is like learning the notes. Playing the instrument is a lifetime journey.
If you do PHP for the backend, you'll end up using JS for the frontend anyway (jQuery, React/Angular/Vue, etc).
So it'd probably be easier to dive deep into Javascript since the knowledge is applicable on both the server and client side, rather than learning two separate languages and rulesets.
If the choice is between those two, I would say NodeJs. It is much more popular stack now.
Some data here:
AliN11
For a web developer, It's better to start with a client-side programming language.
I suggest to learn javascript first. Because it's widely used in client-side and server-side and has no alternatives (in client-side).