bignavy

joined 1 year ago
[–] bignavy@programming.dev 2 points 1 year ago

You’re not wrong. Having to figure out which element is borked in a yaml file is not great. And the implementation using yaml is all over the place, so even though tools do exist, they’re mediocre at best.

But, to be fair, Python has always done the same to me. As a fellow Neuro-spicy (and with a background in Java and C# and JavaScript), although the tools are better to point you in the right direction, significant white space (or indentations) are significant white space (or indentations).🤷‍♂️

[–] bignavy@programming.dev 5 points 1 year ago (4 children)
[–] bignavy@programming.dev 8 points 1 year ago (2 children)

Not sure whether fantastic troll or just no exposure to Python.

Either way....I'm here for it.

[–] bignavy@programming.dev 3 points 1 year ago (1 children)

I’m a web dev turned DevOps (with the front end design eye and CSS knowledge of a DevOps! Lol) but this seems like a great place to use a css grid, no?

[–] bignavy@programming.dev 3 points 1 year ago

Maybe this is because I'm still relatively junior (2ish years), but my favorite question to ask is, "What are some of the characteristics you're looking for in someone in this role?"

I use it as a vibe check, especially at the end of interviews. If they start reading my resume back to me, or listing the things we've talked about during the interview....well, that's a good sign. If they start describing a bunch of stuff that we didn't talk about, it's a chance to throw a 'Hail Mary' pass and show them how that's me, as well - maybe we didn't talk about something that was important to them, but I have relevant experience or a background.

If they start describing somebody else....well, that's not great.

[–] bignavy@programming.dev 7 points 1 year ago

This kind of implies that you're crunching and then 'recovering'. That may or may not be something you have any control over - there's a lot that goes into creating an unsustainable 'sprint', and probably 99.8% of it is not related to actual developers or code - but ideally you would be using these 'lulls' to try to pull stuff out of the next crunch so maybe it won't hurt so bad.

In reality, if I'm coming off of a bad crunch, I do anything I can do to avoid burnout. Sometimes that's 'fun' backlog items or research for future features or something else I'm excited about, sometimes it's studying for certs, sometimes it's cutting slack (@cianuro@programming.dev watching Netflix feels familiar!). But again - whatever it takes to recharge my batteries and feel less bitter and shitty.

The most 'sure' sign that I'm coming off a crunch, though, is that I start reinforcing work/life boundaries. "It's 5p and I'm logging off and I'm not going to think about work shit willingly until tomorrow."

[–] bignavy@programming.dev 1 points 1 year ago

I think you have an interesting background and potentially interesting technical skills, and I could totally see you catching on with someone and having a fantastic career. I could also see why it would be a weird or awkward fit, that you might be totally overwhelmed, and possibly even hate it. Let me qualify my answer(s) and see if that helps at all.

I feel like at its heart, being a DevOps is just being passionate about tinkering and technology. The best DevOps Engineers I know love nothing more than to nerd out about....well, all kinds of stuff. From K8s to Linux distros to build tools to code. DevOps is a practice, not a skill set - and that's reflected in the fact that there's no 'base' skill set for DevOps Engineers. I've known developers, sysadmins, even help desk type folks that found their way into the field and were successful. It just depends.

It kind of feels like you have the heart of a tinkerer, and the fact that you have a MS in a hard science suggests that you have the brainpower to hack it - maybe literally. :)

That said - what would worry me if I were considering hiring you is that you don't really have any exposure to Software Development Lifecycle concepts. Maybe I'm too stupid to understand all the acronyms above, but in my (limited) experience, having a good handle on SDLC is sort of the beating heart of DevOps - at least in part because being able to have the infrastructure ready to mate up with the code at the right time and right place is like, 80% of my gig. Too early is a security vulnerability (potentially), too late and the dev team misses all their sprint targets. You don't have to write code, exactly (although I wish I wrote more), but you have to be able to 'follow along' with the dev team. Especially when you're troubleshooting.

For SRE particularly - you have a lot of nice sysadmin-y type background skills, but particularly understanding design patterns and telemetry would be the thing I'd be most nervous about for you. Scalability as well - although that's hard for almost everybody. But for an SRE to improve reliability, you have to be able to really hone in on what's breaking - and once you've gotten the big pieces sorted, being able to understand resource usage, and all of that points towards good instrumentation (and good instrumentation practices).

I joke that reading logs is my superpower - both because my devs, bless them, don't do it, and also because if we've done a good job building the application, build/deploy pipelines, and infrastructure, your alerts and instrumentation will tell you exactly where any pain points are happening, and make it a lot easier to figure out where and how to focus your efforts moving forward.

So, after that wall of text - I'd point you towards the cloud. AWS is the largest/most widely known, but arguably kind of opinionated in terms of implementation. Still, AWS Solutions Architect is a pretty good 'gold standard' type certification. If you're more familiar with GCP or Azure, do the 'associate' level certs there.

Another obvious thing that I didn't see in your background - VCS. Git gud, as it were. I'm a big fan of hanging pretty much all your personal projects on GitHub. Mine is atrocious since I got hired, but before that I had a full year straight of commits. Sometimes it was impressive stuff, most of the time it was just messing around with code - but all the companies that gave me an offer letter mentioned it. Ymmv.

Finally - you might expand your search a little wider (SysOps instead of SRE off the bat? DevOps as well? Maybe going straight stick software dev, with your background, at a company where your science background would be a real value add is something to look at) and also be prepared to 'take a step back' if you do jump. I'd definitely hire you to see how things go, but I'd want you to come in as a Junior, and based on what you wrote above, that's probably a bit of a paycut for you.

TL;DR - Do cloud certs, practice on GitHub so employers can see what you're working on, consider SysOps/DevOps as well as SRE.

Best of luck to you!