DEV Community

Discussion on: What is the future of software development pay range?

 
rhnonose profile image
Rodrigo Nonose

Soft-skills are important and is the most transferrable, but technical ones (that crosses-over with soft-skills) are also what makes a good developer, such as:

Source code management (good commits, managing flow), environment manipulation (mainly bash), "editoring skills" (IDE, text editor, local setup), test automation, code readability, API design, decoupling, memory/processing optimization, automation in general (docker setup, CI/CD), monitoring and debugging production, documentation etc.

There's also generally project management skills such as keeping the task board updated, clear documentation, prioritization and breaking down tasks, delegating, mentoring, training and communicating with others. It's a mix of soft and hard skills that are transferable.

Good developers can do well in mostly any IT focused org.