Am I Overcomplicating My DevSecOps Learning Journey?

0
13
Asked By TechWhiz89 On

I've just started my fourth semester at a tier 3 university, and over the past couple of months, I've been really focused on breaking into the DevSecOps field due to its high demand and low chance of saturation. I've created an extensive learning roadmap that includes:

- Frontend: HTML, CSS, JavaScript, React, Redux, React Native
- MERN stack, REST API
- Backend: Python, Go
- Cloud: Working towards AWS SAA cert and GCP Cloud Practitioner
- Cybersecurity: CompTIA Security+ certification

I'm also tackling LeetCode in C++ daily, and I plan to concentrate on frontend development and cybersecurity for the next 8 to 10 months. I'm using resources like FreeCodeCamp, Boot.dev, and TryHackMe, and I'm involved in a project assigned by my university to develop a project management app. I worry, however, that I'm trying to learn too many skills at once without specializations and that I might be overdoing it. A lot of people say it's better to be a specialist. My thinking is that getting good at one area makes it easier to excel in another. I'd love some advice on whether my learning strategy is sound or if I need to rethink my approach.

3 Answers

Answered By SkillDeepDive On

You're kind of getting caught in that trap where learning about a lot of things makes you feel productive, but it might not translate to depth. My advice? Focus on one or two skills at a time. You'll burn out trying to juggle so many different certifications and languages. It's better to ship actual projects in two areas than to have surface-level knowledge of seven. Choose your top two priorities and dive deep!

Answered By DevNinja42 On

You have a good ambition going for DevSecOps, but it's essential to prioritize your learning. DevOps (and its specialization DevSecOps) generally requires a decent amount of practical experience, so focusing on your general marketability first might be wise. It’s often challenging for fresh grads to land security roles without previous experience in dev or ops. Maybe consider refining your skills in one or two areas before broadening your focus too much.

Answered By ProjectGuru77 On

While your list sounds impressive, it feels more like a wishlist than a solid roadmap. Start with a simple backend project, like a todo app, using either Python or Go, and use SQLite for your database. Learn just enough frontend to get it running, and from there, you can explore cloud deployment with Terraform. This hands-on approach will help solidify your understanding instead of spreading yourself too thin.

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.