I started tinkering with HTML in 1996. It was simple and I liked that I could make web pages that looked better than 90% of what was available at t...
For further actions, you may consider blocking this person and/or reporting abuse
I will add that Facebook helped a lot, first with HHVM, then hacklang. And it forced PHP to modernize itself.
Several companies are digging into switching from PHP to hacklang.
I would say that PHP isn't the script kiddy language it used to be anymore, with some deep OOP principles inside of it since PHP7.
Keith Adams (chief architect @ slack) wrote Taking PHP seriously.
More about hacklang vs PHP, and performance-wise
The issue with devs arguing that PHP should not be used anymore thinks in the issues PHP 5 had.
Since PHP 7 and even before with Laravel things are going for better.
Of course following the PSR PHP has become a great backend language.
So, saying PHP is bad is not valid anymore.
I had the same argue with a partner at the job (before the covid) because all the issues with PHP that he mention, are the ALL THE PHP 5 things that PHP 7 fixes.
PHP is still a popular language, and it'll be around for a long time to come. I was a PHP developer for quite awhile - about ten years. There is plenty about it that frustrates me, though it has come a long way since I first started working with it.
I prefer working in Go now, but that doesn't mean that everyone else should join me. There are plenty of good reasons to continue working with PHP. I'm just tired of it.
I'm a bit biased, as I've built my career on top of PHP, but it seems to me that the language is going up. Not in terms of popularity maybe, but definitely in cutting-edge technology. Laravel is a rapidly-evolving framework that is even pioneering serverless deployments for PHP. PHP8 will have a JIT compiler which will improve performance. There is a websocket server that can handle 15K concurrent connections on a single, cheap DigitalOcean droplet.
PHP is still an exciting, evolving space and there's still a lot of excitement around it, while being familiar and productive. I try other things and have some misgivings with Laravel and PHP, but I always come back to them and trust them to get the job done.
Are there any resources (websites, video tutorials, books, etc) you would recommend for learning Laravel?
Nothing beats laracasts.com. Some of the lessons are free but it's totally worth it if you decide to buy a subscription.
totally agree!
laracasts is awesome resource for learning laravel, as well as php basics, vue and other stuff
It's far from accurate to say no one wants to learn PHP anymore. Thanks to the v7 improvements & awesome frameworks like Laravel & Symfony... PHP is having a fresh surge of popularity.
I had my own stint away from PHP when my career went to .Net for about 5 years. Frankly it was a relief to return to PHP.
I like PHP. I think it's a little hard to write elegant PHP without some hackiness, but at the end of the day it's all software and none of it is perfect.
I think PHP's biggest strength is WordPress. It's the killer app for PHP. In my experience, WordPress is also one of the biggest reasons people dislike PHP. WordPress has 15 years of tech decisions, and not all of them are perfect. That said, it's a platform that powers 35% of sites on the Internet!
PHP is a modern programming language.
That depends on your definition of "modern."
Digging into Node/Express... When that time comes, I highly recommend fullstackopen.com/en for you :)