I beg to disagree. World's largest social network Facebook is delivering pages through PHP. Most of the world's biggest forum in various niche, including BitcoinTalk, runs on PHP. PHP has evolved into a very secure language from what it was a few years back.
But PHP is definitely not the future.Take any start-ups for instance,80% of them are updating the codebase replacing the traditional PHP with node.js and python in 2016 at least.PHP hasn't seen a noticeable development since months whereas every day a new module is released under node.Day to Day,back-end devs are shifting their traditional stack with MEAN.
Hello,
I am newbie in coding.
What best free online service for learn JavaScript.
I want to create cool app with bitcoin.
Don't start learning programming with JavaScript as you would miss out on a lot of basics.Learn C programming,C++ Object Oriented.Once you have solid basics,move on to JavaScript.This will make it easier to learn JavaScript.
The best tutorial to learn JS :
https://developer.mozilla.org/en-US/docs/Web/JavaScript/GuideYou should learn POO for sure, but i don't think that C family is a good way to start as it very complicated for newcomers, JS is great, you can have POO, talk to servers, and even use machine's ressources (V8) same as C but you don't need to write 3 pages for a simple trigger.
Go for Javascript, learn the POO object oriented, once you feel well with JS, go to PHP, and Then, you can go to node.JS and C family (my favorite is C++). It is funny to learn languages