Live data from Hacker News

Usage statistics of server-side programming languages for websites

w3techs.com

71–80 of 284 posts

Re: Usage statistics of server-side programming languages for websites

#71

I wonder if this is because the report includes wordpress web sites.

if frameworks in other languages were compelling to use in place of wordpress, we wouldn't even be having this discussion right now

Framework != CMS

Most wordpress freelancers don't code, they configure or install plugins. Somebody using rail, django or laravel is going to code.

Re: Usage statistics of server-side programming languages for websites

#72
post #25

I think this shows how much HN is a bubble in itself. Most discussions here happen around new/exciting/cool/weird technology. And don't get me wrong, I love those discussions! That's why I come here! But reality outside of this bubble is people building and maintaining web apps as efficiently as possible and PHP hasn't stopped being very efficient. On the contrary, it's getting better with time. Interestingly enough,…

HN is a super bubble, it's a great bubble because it's a bubble I am part of, but it's almost extreme sometimes how much of a bubble it is. Really any topic of PHP, security, Apple, privacy etc showcase the bubble. I am sure the stats are somewhat off due to what others said about it being harder to detect Python, etc. But it's probably not that far off, this community greatly overestimates the usage of more "develop…

I like your description. Mine is that HN is not so much a bubble, but an enclave of highly opiniated feuding camps that just can't stop themselves from having shouting matches with eachother.

Re: Usage statistics of server-side programming languages for websites

#74
post #9

Earlier quoted context omitted.

I'm sure it does, but that then mostly changes the meaning of "most used...language" to mean most used by end users, versus most used by developers. Which I suppose you could argue, since it's likely passing through apache/nginx, which is fronting wordpress. So maybe 'C' is the most used.

The article emphasizes "server-side", which to me translates into "the most deployed ..."

Yes, I don't say it's wrong, I'm just curious.

Re: Usage statistics of server-side programming languages for websites

#76
Some ecosystems go extinct but others stabilize for long periods and might surge again under the right conditions. Python was around for decades before it became a good fit for data science / machine learning and interest in the language exploded.

Php seems to be in such a stable phase, fixing old issues, modernizing and powering real apps used everywhere. Wordpress is being mentioned, but don't forget that wikipedia / mediawiki is also php and what those folks are doing with wikidata is ground breaking.

There are plenty of scenarios in which php could grow again, e.g widespread decentralization using nextcloud, wikidata or similar.

Re: Usage statistics of server-side programming languages for websites

#77

I wonder if this is because the report includes wordpress web sites.

Wordpress is just a content management system built on top of php. It would be silly not to include everything that is built in php. Most php developers do not code in raw php (when avoidable). Most modern websites that are custom built tend to be a php framework.

I don't say otherwise, but there is a difference between using a platform and using a language directly.

Re: Usage statistics of server-side programming languages for websites

#78
post #5

I'm curious how this changes if you remove PHP being used for WordPress (where the people using it probably didn't choose it). Do lots of companies still choose PHP for brand new projects? I know Facebook has a dialect they still use, but you don't hear much about it anymore.

Tons of companies still use PHP even for new projects. Likely in part due to its market saturation - it's incredibly easy to find PHP developers. Only developers complain about PHP. And even that isn't really warranted anymore as PHP has grown leaps & bounds since most of the hate.

It's incredibly hard to find good PHP developers.

I just inherited a PHP project that it's a nightmare. It doesn't make any sense. It works on PHP 7.3 but the quality is worse than the old PHP 4 stuff.

It is so easy to write good PHP code nowadays but most devs don't do it. They just go for the old ways, with spaghetti code, no clear architecture, etc, because it just works. They don't have to think, just type. Thats why people hate the language. They see the bad code and they think the language is poorly designed.

Re: Usage statistics of server-side programming languages for websites

#79

I'd love to see this with wordpress filtered out. I think most small businesses and personal sites run PHP simply because that's what wordpress uses. Subtract wordpress from the php statistics and you get a real picture of "who's using what" without the skewed "I'm using php because I installed wordpress and I know nothing about building websites". This isn't to say people who know how to build sites don't use wordpr…

My thoughts exactly.

Re: Usage statistics of server-side programming languages for websites

#80
post #54
post #25

I think this shows how much HN is a bubble in itself. Most discussions here happen around new/exciting/cool/weird technology. And don't get me wrong, I love those discussions! That's why I come here! But reality outside of this bubble is people building and maintaining web apps as efficiently as possible and PHP hasn't stopped being very efficient. On the contrary, it's getting better with time. Interestingly enough,…

How much of this is just the millions of Wordpress or Nextcloud installations? I’d be more interested in knowing how many unique apps or developers work on each language because in my experience I haven’t actually seen a single php developer other than Wordpress tweakers.

There are a lot of WordPress sites. The same site reporting the metrics on PHP also points out that WordPress is 42.5% of all sites [1].

That being said, I know a fair number of PHP developers. None of them are in SV or Seattle. They are in cities many have not heard of. They're all over. Some do public sites. Some do company internal web apps.

Take a project like Symfony, a PHP framework. It's popular but not the most popular. Now, take a look at the download stats for its packages [2]. They are large.

There is software development happening all over the world. A bunch of it is in PHP.

[1] https://w3techs.com/technologies/details/cm-wordpress

[2] https://packagist.org/?query=symfony

Post reply on HN