Live data from Hacker News

Ask HN: DevOps Career Advice for an Oldy

news.ycombinator.com

41–50 of 50 posts

Re: Ask HN: DevOps Career Advice for an Oldy

#41

Earlier quoted context omitted.

I make at least 30% less than any systems related industry job out there, so no I don't think my salary demands are outrageous. I think it's a combination of ageism, having a family - hence not being willing to put in insane hours, and the idea that someone coming from the public sector cannot succeed anywhere else.

Consider throwing your extra time into a side project. You'll come out ahead regardless. You'll get a nice chunk of passive income, you'll replace your day gig income and have a lot more flexibility, or you could turn it into a demo to show during interviews.

simonswords82 in this discussion claims that the side project SaaS passive income is now a thing of the past.

https://news.ycombinator.com/item?id=19164389

you could turn it into a demo to show during interviews.

That is my plan.

Re: Ask HN: DevOps Career Advice for an Oldy

#42
Late 30s? You're not old, kiddo. :-)

Joking aside, as others have mentioned, you'll need to differentiate yourself, and for each person, that's different. For me, I found that I took really well to Docker and using Python to talk to APIs and AWS. I then started showing the world how well I knew those things by building a series of open source projects which leverage that technology. And--this is the fun part--each project was an iteration that built upon some of the things which I learned in the last project. For example, I built these over the course of several months:

- https://github.com/dmuth/splunk-network-health-check (Uses Docker and Splunk to graph your network quality)

- https://github.com/dmuth/twitter-sentiment-analysis (Uses Docker, Splunk, and AWS to graph Twitter sentiment)

- https://github.com/dmuth/splunk-lab (Uses Docker and Splunk to stand up a generic log ingestion platform which is highly configurable)

So maybe Splunk isn't your thing and Twitter isn't your thing. Maybe you're more a fan of ELK and the Facebook API. That's fine. The trick is to carve out some kind of interesting problem to solve, solve it, and publish your results upon GitHub. Don't worry if others have solved this before, it's more about YOU solving it, and showing the world that you can solve it. Then take it into an interview and show it off--people will LOVE that, especially if you have a README with really slick looking screenshots (presentation matters).

My email is my username AT my username DOT org. Feel free to hit me up if you'd like to chat further, OP. (Or anyone else in a similar position)

Re: Ask HN: DevOps Career Advice for an Oldy

#44
I would do two things.

First, I would get credentialed. Credentials are a time-proven barrier against unfair discrimination whether on sex, race, age, or sexual orientation. The AWS Dev Ops Engineer Professional credential certainly says that you have areasonably up to date, reasonably modern knowledge base that fits well into the AWS stack. It answer the competency question without it even be asked.

Second, I would definitely improve your strength at marketing. In any job, at some point you will be judged on your ability to drive the bottom line growth of the firm (yours, others, etc.). Showing that you can bring in business for yourselves, others, etc. is more compelling than being able to execute at a low cost point.

And in particular as a late 30's devops fellow becomes a late 50's practitioner, being able to generate your own income becomes important to your survival. Divert extra cash from the next job on learning how to tell your story and create value for customers / partners/ employers on both revenue and cost side.

No one fires someone who beats quota every year.

Re: Ask HN: DevOps Career Advice for an Oldy

#45
post #4

Similar question, I'm a developer in his early 30s, also in nyc. I'm finding I don't particularly like management, though I seem to be decently good at it. However, posts like the above seem to be what I'm seeing in the market, and I'm starting to wonder if I need to transition as well in order to stay viable long term? I think I would rather go back to a team lead or even senior developer position, but I don't want…

I'd be pretty keen to correspond with you, OP, or other "senior" / experienced (30s, 10+ years) developers in NYC trying to skill up and get into higher salary positions, or at least share some experiences and intel. email is in my profile.

Re: Ask HN: DevOps Career Advice for an Oldy

#46
post #4

Similar question, I'm a developer in his early 30s, also in nyc. I'm finding I don't particularly like management, though I seem to be decently good at it. However, posts like the above seem to be what I'm seeing in the market, and I'm starting to wonder if I need to transition as well in order to stay viable long term? I think I would rather go back to a team lead or even senior developer position, but I don't want…

I'd be pretty keen to correspond with you, OP, or other "senior" / experienced (30s, 10+ years) developers in NYC trying to skill up and get into higher salary positions, or at least share some experiences and intel. email is in my profile.

Didn't see your email there.

I'm in my 40s with 20 years experience in NYC. Applied to a handful of positions, but was politely turned away. I suspect age is a factor, but of course no way to prove it. I'm considering shaving 10 years off my resume and see how that goes. I've done management successfully but it was stressful, and I went back to development.

To beef up my list of skills, I'm starting to expand into areas that are natural progressions from my current set. For example, I use C# and Asp.Net for backend work, so I began using .Net Core; I use React on the front end, will add Redux; MySql/SqlServer for the database, will start working with Postgres; AWS for the cloud, will research Azure.

I'm not sure if I should be adding a whole new bullet point, such as learning Erlang/Elixir, Python/Django, Ruby/Rails, or something completely different.

Re: Ask HN: DevOps Career Advice for an Oldy

#47

Earlier quoted context omitted.

I'd be pretty keen to correspond with you, OP, or other "senior" / experienced (30s, 10+ years) developers in NYC trying to skill up and get into higher salary positions, or at least share some experiences and intel. email is in my profile.

Didn't see your email there. I'm in my 40s with 20 years experience in NYC. Applied to a handful of positions, but was politely turned away. I suspect age is a factor, but of course no way to prove it. I'm considering shaving 10 years off my resume and see how that goes. I've done management successfully but it was stressful, and I went back to development. To beef up my list of skills, I'm starting to expand into ar…

Oops, sorry, added it now.

Right, I am revising my resume currently, and for the first time I'm considering dropping off my earliest jobs - both because they were a long time ago, and because what I was doing then is more or less completely irrelevant to what I would want to be doing next.

My thought, looking at the senior developers around me, is that adding whole new bullet points is good.

Re: Ask HN: DevOps Career Advice for an Oldy

#48

I'm a systems engineer in WA state in my early 40s and this is exactly why I gave up trying to find a "real" DevOps job. I know Python, Puppet, Docker, Azure, etc. very well, have a liberal arts BA as well as a good chunk of a CS degree, but found that I couldn't get an offer no matter how well the interviews went. I eventually chalked it up to my age, especially after I was made fun of during a team lunch portion of…

I share your sentiment, my experience exactly, hence I've steered towards architecture and (team) management roles instead since there experience is highly valued over age or better yet, you get positive discrimination because of the age. The funny part is that I get to lead DevOps teams now who are surprised I know as much as they do or most of the times more than them.

Re: Ask HN: DevOps Career Advice for an Oldy

#49

Also mid-late 30s, work in finance / NYC, hit a bit of a plateau salary + skills-wise that I am trying to work through, also hoping to avoid management, here are my thoughts. * Staying focused on long-lived, core technologies, C++/Java/Python. I'm not too interested in chasing AWS/docker/Kubernetes or anything with a half-life approaching that of a js framework. * Need to add new skills. For me, coming up to speed wi…

docker & kubernetes maybe. but i dont see AWS going anywhere.

Re: Ask HN: DevOps Career Advice for an Oldy

#50

Your question is how can you continue to be compensated highly in this fast changing industry that already compensates very well. It's a tough question and I don't think anyone has a magic bullet for you. Here's some general tips from the business side: - When you are struggling to compete, differentiate yourself and find a smaller, more specialized audience. Don't attempt to compete head on unless you believe you ha…

I'm sure your previous lawyer skills were looked upon favorably by companies you've been hired by? I'm curious -- do companies think they're getting a "two for one" e.g. a developer who knows some law if/when they need to ask someone in-house a quick question? Do you market that ability during interviews, or do you explicitly say you're not looking to offer legal advice? FWIW I'm a self-taught developer who used to t…

I wasn't hired for my legal skills or experience and the companies I worked at had their own outside counsel that they paid for. I was sometimes asked to get involved in legal issues but that was less than 1% of my work. The founders understood that my value was far higher on technical and product than on legal. But I also tried hard to set myself apart and to bring a different mindset to product and tech that might have been influenced by my time in law.

The main point is still to leverage experience and skills that are valuable outside of technical ability that might be out of fashion in a few years. It doesn't matter if that experience is in teaching, legal or just being an extremely likable person.

I routinely see a lot of articles that are over 10 years old making it to the front page of Hacker News. Do this mental exercise: Imagine writing a long form blog article about what you are currently working on / improving about yourself. Imagine posting that blog article on Hacker News in 10 years time. Would it get a good amount of upvotes?

Post reply on HN