The State of Developer Ecosystem 2021
jetbrains.com
The State of Developer Ecosystem 2021
1–10 of 15 posts
Re: The State of Developer Ecosystem 2021
#2Re: The State of Developer Ecosystem 2021
#3Interesting, most respondents were backend devs, and still JavaScript was most popular.
Re: The State of Developer Ecosystem 2021
#4Interesting, most respondents were backend devs, and still JavaScript was most popular.
I've been writing my backends in TypeScript for years now. This after having written C#, Java, Python and PHP backends. Dabbled a bit in Go but settled on Node.js / TypeScript. It may not be perfect, but sharing interfaces and code with the frontend and having a single language has been a huge productivity boost.
Sharing interfaces between IaC and backend is pretty nice.
Re: The State of Developer Ecosystem 2021
#5Interesting, most respondents were backend devs, and still JavaScript was most popular.
Re: The State of Developer Ecosystem 2021
#6Interesting, most respondents were backend devs, and still JavaScript was most popular.
Re: The State of Developer Ecosystem 2021
#7- Rust is now more popular than Scala as a primary language
- No mention of Clojure in "primary programming languages", no F# either.
- MacOS is the least used development environment between the big 3.
- France uses PHP the most. That's something I always believed, but it's nice to have data on it.
- 47% of respondants cook for themselves. I'd like to see a breakdown by country of this one.
Re: The State of Developer Ecosystem 2021
#8A few interesting points: - Rust is now more popular than Scala as a primary language - No mention of Clojure in "primary programming languages", no F# either. - MacOS is the least used development environment between the big 3. - France uses PHP the most. That's something I always believed, but it's nice to have data on it. - 47% of respondants cook for themselves. I'd like to see a breakdown by country of this one.
What's important here is if it's used by the developers that matters. Mind share can mean more than market share.
Re: The State of Developer Ecosystem 2021
#9Re: The State of Developer Ecosystem 2021
#10Interesting, most respondents were backend devs, and still JavaScript was most popular.
I've been writing my backends in TypeScript for years now. This after having written C#, Java, Python and PHP backends. Dabbled a bit in Go but settled on Node.js / TypeScript. It may not be perfect, but sharing interfaces and code with the frontend and having a single language has been a huge productivity boost.
What libraries are you using? I haven't found anything that seems to match the easy OpenAPI schema generation and validation that FastAPI and Pydantic provide.