DEV Community

Discussion on: What Should be in a Coder's Toolbox?

Collapse
 
amuellerml profile image
Andreas Mueller

I feel like this should have been called "every web and app coder", not "every coder". Nearly all of these are web technologies... Or is this just a symptom of the death of general purpose computing?

"I genuinely believe any developer should be able to do any task." So where's the linux kernel drivers? Or your gui toolkit? Or your differential equation solver? I know so many coders that never touch any of the technologies you mentioned.

Collapse
 
samjarman profile image
Sam Jarman 👨🏼‍💻

Andreas! Thanks for reading and yeah, fair comment. This post is definitely skewed to more web/app developers than lower level coders. I'd wager there are more of those, I guess?

I'd put a low level language in the toolkit too, such as C or Rust.

Based on feedback from this post (originally written quite some time ago) I think I'll probably do a V2/revised with that added :)

Appreciate the comment!

Collapse
 
amuellerml profile image
Andreas Mueller

I'm actually mostly working on data science in Python. But also not using any of these tools. It's not necessarily the language, though yes, system languages are also important.
But writing Python doesn't necessarily mean doing web stuff. You could do medical imaging or self-driving cars or weather forecast, and write Python and not use any of these technologies.

Thread Thread
 
samjarman profile image
Sam Jarman 👨🏼‍💻

Of course! :)