Is It Possible to Transition from C++ Development to DevOps After 9 Years?

0
6
Asked By TechNoob99 On

I've spent over 9 years as a C++ developer, and honestly, I'm starting to feel burnt out. Coding just isn't something that comes naturally to me, and I think I'd like to pivot into DevOps. I know this is a broad field that could take a while to get into, but I really want to find a career path that I can enjoy rather than sticking with something that feels draining. For those who have made a similar switch or understand the DevOps space, what are the best ways to upskill for this transition? Is changing careers realistic after so long in development?

4 Answers

Answered By LinuxLover42 On

Before anything, think about your current development environment. Are you more familiar with Windows or Linux? That could influence your transition into DevOps since many DevOps tools work best in a Linux setting.

Answered By ScriptingSavvy82 On

Switching to DevOps can definitely be doable, especially if you're flexible with salary expectations at the start. You might want to try building a simple project, like a small NestJS API, and then create GitHub Actions for deployment on a platform like AWS. This experience will help you see if you really enjoy the work, but be prepared for the possibility of on-call work! It's a lot about problem-solving and troubleshooting.

Answered By CodingBuff29 On

It sounds like you might want to reconsider if switching to DevOps is the right choice for you, given your feelings about coding. DevOps involves a lot of workflows and operations management, which can come with its own stresses. But if you're interested, you could look for opportunities in your current role to shadow someone in DevOps. That way, you get a better feel for what it really entails without fully committing to the switch just yet.

Answered By CuriousDev78 On

It's interesting how different companies handle DevOps. At my workplace, developers manage their CI/CD processes and other related tasks as part of their roles. This might be worth considering—being adaptable in your current role and gaining those skills can help bridge the gap you feel towards DevOps.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.