The Stack Overflow Developer Survey 2021 results are out.
As Stack Overflow is a place that everyone trusts, The survey taken from him is monitored annually because it directly reflects the current state of use by developers. This year's results are not very good compared to previous years. In summary -
1. JavaScript is still the most used language. Python and Java are sticking as languages. HTML/CSS is still a major technology as far as people are concerned.
2. React is still the most popular web framework, and jQuery, which can be said to be a special dinosaur technology, has returned to second place. Even the original developers may say they've stopped making it, but it's too good for users to throw away. Vuejs has been number (1-2) for the past few years, but this year it is even behind Angular.
3. Among the code editors, VS Code is by far the most popular. Notepad++ is in second place when there are so many more modern editors.
4. Rust continues to be the most popular language and has been able to take this place for three or four consecutive years. Not the most used, but the most popular.
5. People want the most The languages I want to learn more are Python and TypeScript. This also reflects the external situation. Even myself, I have been singing for a long time that I will make sure to do Python and TypeScript again.
6. When it comes to who to rely on when in trouble, Stack Overflow is only second, and the most trusted person is still Google. Stack Overflow can be relied upon to provide practical reference code, but Google is smarter in directing you to the desired answer.
7. The best paying programming languages are Clojure, F#, and Elixir. This is not so strange. Knowledgeable people are rare and more valuable when needed. Because of these things, we don't stop people who are very interested in something that is not very popular.
8. Job titles with better salaries are Manager Level, Engineer Level, and Specialist. Adding this, I want to remind you that you should not stop at Programmer, Developer and aim to advance to the next level.
Details can be found at this address -
https://insights.stackoverflow.com/survey/2021...
I am also writing a book called "Programming Teacher" which collects these topics. I will tell you the details later.


Post a Comment