this post was submitted on 22 Sep 2023
26 points (88.2% liked)
Programming
17406 readers
71 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You seem to have a skill set of native, compiled languages. I think Rust and moreso Go (there seem to be more jobs in Go but maybe I'm wrong) are great choices to dive into.
Honestly, Python is a great choice too. Python is sort of like SQL in that a lot of devs use it a little bit. So it's great to know even if it can just get your resume to show up on filters looking for any amount of Python experience.
Java is probably one of the most widely used backend languages with regards to jobs but maybe I'm getting skewed information because I am a Java developer myself. Clojure is a language that runs on the Java Virtual Machine (JVM). There are some others like Scala, Kotlin and Groovy. Clojure is very niche. I was hired in 2021 to help migrate a Clojure application to Java in part because they couldn't find many Clojure devs. If you want to learn a LISP language that's probably the best one to go for but I wouldn't choose it only for making you more hirable if you weren't already a Java developer.
Edit: I really don't think there's much difference based on interviewing ability. References help you get an interview, not necessarily a job. I think I interview pretty well (or at least like to think I do). The best tip I can give is try to view it like a conversation rather than a test. If you don't know something try to say what you do know about it and how you'd go about learning it.