Wow, jQuery is still one of the most popular web frameworks. That was unexpected...
2019 Stack Overflow Developer Survey Results
51–60 of 200 posts
Re: 2019 Stack Overflow Developer Survey Results
#52Re: 2019 Stack Overflow Developer Survey Results
#53I continue to find the discussion of salary disappointing though. The survey provides a good opportunity for more detailed information.
Re: 2019 Stack Overflow Developer Survey Results
#54I've had people go out of their way to make my professional life more challenging or insulting. But it makes me happy to see nonbinary/nonconforming identities addressed in this survey. Our experience of the tech world is very different, and it's great to see some acknowledgment of that.
Re: 2019 Stack Overflow Developer Survey Results
#55Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…
Re: 2019 Stack Overflow Developer Survey Results
#56Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…
I also don't understand this. Even today, Rails is, by far, the most productive environment that exists for developing a web application. I speak this as someone who also wrote a ton of backends in Node.js, Java, and many other languages (never tried Django though, so I don't know about that). Almost all of those applications would have been 10% of the effort if they were just Rails apps. A sibling comment here menti…
While Rails has an inclination to apply code generation and convention, Django tends to use introspection and monkey patching to get the same results. Both are amazing on similar ways, but horrible on their own different ways. Maybe Django developers just go into a different framework when they get some project that isn't a good fit, so they see less of the bad.
Re: 2019 Stack Overflow Developer Survey Results
#57Re: 2019 Stack Overflow Developer Survey Results
#58Re: 2019 Stack Overflow Developer Survey Results
#59Interesting that WordPress is the most dreaded tech every single year for the last 3+ years, yet WP "market share" is increasing every single year (it's now powering 1/3 of the web). Is it a disconnect between developers and non-developers? Is it just that developers don't like to work on "boring" tech, and working on WP is not a super-great resume builder? Curious to hear what people think.
1. There is no easier way to set up a standard marketing/business website, despite many quality attempts to build replacements. The plugin library is a big part of this.
2. It's extremely easy for anyone to start hacking on, leading to lots of developers "cutting their teeth" on WordPress by following online tutorials. Show me a self-taught front-end developer and I'll be shocked if they didn't learn on a WordPress site. This has good & bad aspects, of course.
Re: 2019 Stack Overflow Developer Survey Results
#60Wow, jQuery is still one of the most popular web frameworks. That was unexpected...