• 0 Posts
  • 5 Comments
Joined 1Y ago
cake
Cake day: Jul 07, 2023

help-circle
rss

I have to disagree. I’ve been conducting interviews for a fairly large software shop (~2000 engineers) for about 3 years now and, unless I’m doing an intern or very entry level interview, I don’t care what language they use (both personally and from a company interviewer policy), as long as they can show me they understand the principles behind the interview question (usually the design of a small file system or web app)

Most devs with a good understanding of underlying principles will be able to start working on meaningful tasks in a number of days.

It’s the candidates who spent their time deep diving into a specific tool or framework (like leaving a rails/react boot camp or something) that have the hardest time adjusting to new tools.

Plus when your language/framework falls out of favor, you’re left without much recourse.


A programming language itself isn’t a marketable skill!

Learn the underlying concepts of programming and how computers work and you’ll be able to move from language/framework to pretty much any language/framework easily.


I think rust is good for learning some low level concepts, especially coming from python.

I don’t think Python is going anywhere in the ML space though.



That’s not true. IRC is a client-server system. Your messages go to a server and are “relayed” to clients.

It’s not a p2p messaging system