Interesting - older developers like Swift a lot. There is a resurgence of C++ among younger developers.
Developer Skills Report
21–30 of 198 posts
Re: Developer Skills Report
#22> Most often, employers want developers who know AngularJS, Node.js, and React.
Am I overthinking this? When I've been looking for jobs, I've found the emphasis on JavaScript frameworks slightly perplexing and frustrating. I would assume that a competent web developer should be capable of quickly learning a framework. Having to know JavaScript, CSS, etc. to the level of passing a technical interview is already demanding.
Learning one framework very well is another opportunity cost. Researching and picking a framework to invest time into, then building a project or two using this new framework is another. Keeping up with the world of JavaScript framework developments is a whole project in and of itself.
Re: Developer Skills Report
#23Being an Emacs enthusiast myself, it always surprises me how much more popular VIM is. Is this because VIM is taught more in schools? Maybe because VI/VIM is typically installed by default on Linux systems?
It's tiny and ubiquitous. Even tiny VMs and embedded devices have Vim.
Re: Developer Skills Report
#24"Hard to assess skills before onsite" -- That's funny, I've never had a hiring manager or interviewer look at my literal hundreds of thousands of lines of code on GitHub or several of the OSS projects I've contributed to.
Not to mention the actual book I co-wrote.
Re: Developer Skills Report
#25There’s no way that many people use VIM.
Re: Developer Skills Report
#26There’s no way that many people use VIM.
Re: Developer Skills Report
#27Most/all of the charts gain absolutely nothing from the interactive features either, a grouped histogram style chart could show the same information in a static image. It would be better actually, you could compare the groups side by side instead of relying on animations and hovering back and forth.
Re: Developer Skills Report
#28Earlier quoted context omitted.
It's tiny and ubiquitous. Even tiny VMs and embedded devices have Vim.
Despite this, in my experience, Emacs provides a more feature rich environment, comparable to an IDE, rather than only a text editor.
Re: Developer Skills Report
#29> The biggest gap in knowledge is with JavaScript frameworks > Most often, employers want developers who know AngularJS, Node.js, and React. Am I overthinking this? When I've been looking for jobs, I've found the emphasis on JavaScript frameworks slightly perplexing and frustrating. I would assume that a competent web developer should be capable of quickly learning a framework. Having to know JavaScript, CSS, etc. to…
And btw, I interviewed with some relatively big tech names - Squarespace, Blue Apron, etc.
Edit: most of them did list specific frameworks, but upon an actual interview, they revealed that they didn't really care if you had worked with it before as long as you understand basic MVC stuff.
Re: Developer Skills Report
#30> And new generations are opting for YouTube to self-teach over books I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled w…