this post was submitted on 01 Jul 2023
19 points (100.0% liked)

Programming

16769 readers
168 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 [email protected]



founded 1 year ago
MODERATORS
 

Wondering if anyone else has been in a similar situation..

For some background, I installed my first Linux server as a teenager around 2000-2001. I started working in ops around 2007, transitioned into SRE around 2011, have been working in that space ever since, and I'm now comfortably sitting in Sr SRE rolls.

For that entire time, I never did any formal training of any kind. I'm entirely self taught. Because of this more unconventional approach to this industry, I am positive that I have knowledge gaps. The thing is, I don't really feel affected by those knowledge gaps very often. I think I have written code in at least a half dozen languages.. I can pick a new language up pretty quickly too. What I'm writing isn't generally very large projects but I'm not typically writing large projects at work.. Since containers took over I feel like +90% is simple automation or glue code.. I've never really had a problem I couldn't solve in code though.

The situations where I feel these gaps the most is in the interview process. Algorithm design might be important for some people but I really don't come across situations very often where I need to be concerned about perfect O(1) performance.

System design questions during interviews aren't great either.. "How would you make this system better?" I can explain some things but the closer I get to the front end, the weaker I get.. I personally just have zero interest in front end development so I've never cared enough to learn it.

Lately I feel like I've missed out on working in more interesting roles entirely because of these types of interviews. Sometimes not even because of failing a challenge.. Late last year I was interviewing with Etsy and the feedback I got was, "You didn't do anything wrong. Everyone on the team said yes but there was another candidate that everyone said yes to as well. They just had a little more experience than you did in a few areas. We only budgeted for one new engineer though so we took the other guy."

Maybe I don't know what I don't know though..

I guess I'm wondering what a solution for this might be? Part time comp sci degree? Bootcamp? Library card and some willpower?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago

Personally, I would say if you have experience in the field (sounds like you do), then the best you can do is keep trying and try to fill in the gaps where you know you're lacking (and discovering what you lack though the interview process).

Ultimately, it seems tech is going through a bit of a slowdown in the hiring of new employees right now, so its not as easy right now than it was for the last few years. As such, competition is much higher than it was, and even if you're a strong candidate, you will likely need to apply to a lot of roles to get where you want to go.

Just don't give up. :)