juhalehtonen

juhalehtonen

Stack Overflow Developer Survey 2025

There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for 2025 :slightly_smiling_face:. This year, our ecosystem is once again well represented with Elixir, Erlang, Gleam, and Phoenix available as technology options!

The survey is said to remain open for just a few weeks.

SO Meta post: The 2025 Developer Survey is Now Live

Link to survey: 2025 Developer Survey | Stack Overflow

Most Liked

KristerV

KristerV

completed!

a lot of AI questions. curious about the result.

travisf

travisf

Should call it the “Stack Overflow AI Survey” instead of the Developer Survey. There were only about half a dozen questions about specific programming languages and tools :frowning: Next year I’ll get an LLM to fill it out.

Guy14

Guy14

Thanks for you post, completed as well!

Last Post!

NobbZ

NobbZ

I have to admit, I was annoyed by them as well and forced myself through them.

Even though weighing models by preference was hard, as I don’t really care for the model used, but instead use some product or frontend, and do not care what model is used in the backend, as it might change at anytime, if the designers of the product think the product would benefit from it.

So I often left them at defaults or otherwise neutrally answered.

Where Next?

Popular in Discussions Top

AstonJ
Are there any Elixir or Erlang libraries that help with this? I’ve been thinking how streaming services like twitch have exploded recentl...
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
New
lucaong
Hello Elixir and Nerves community, I have been working for a while on an open-source embedded key-value database for Elixir, that I call...
230 14362 124
New
thojanssens1
It would be nice to be able to define a redirect from one route to another from the router.ex file. E.g.: redirect "/", UserController, ...
New
marciol
Please, let me know if this kind of discussion already took place in another topic . Hi all, how do you consider if is better to build ...
New
paulanthonywilson
I like Umbrella projects and pretty much always use them for personal Elixir stuff, especially Nerves things. But I don’t think this is ...
New

Other popular topics Top

JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54996 245
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New

We're in Beta

About us Mission Statement