PHP 2020: Another video on why you should learn PHP

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

PHP... The language people love to hate, and hate to love.
Node has been around for a while now, and I expected, after a few years, it to be as ubiquitous as php on free hosting, but this hasn't the case.

leonf.
Автор

Thank for the video, I just wanted to say that when talking about PHP most people start thinking about Wordpress, which is not the case.. Wordpress is slow and not good at all to me to start a project, and most of web developers will agree with me, even though it allows you to start your project with lots of thing already in hand (admin, plugins, etc.) and this is what most of clients want.
But again Wordpress is not a PHP, it does not allow you to write the code with all of the beauty that PHP OO (Object Oriented) allows you.
Check PHP version 7.4 with it's whole power, typed properties, method return types, type hinting, dependency injections and more..

TheArmanist
Автор

I never use nodejs ecosystem for anything that handles money or critical. Unless you end up writing your own framework, the package quality, even for well known one, is hot garbage. We had to throw out socket.io library from a project because it turned out to be a major pain in the ass and just having breaking issues. And I'm not even talking dependency tree. We had over 1000 packages at first and we cleaned that out to something like 400 at the moment and we threw out some major packages because of shit quality (like we threw out Prometheus libs because there wasn't a single good one).

Basically to make something quality, the amount of work to do is HUGE and it's expensive. Unless you literally roll in tech money or investment, you are not gonna pick nodejs as your tool as primary tool.

ojsojs