Beyond grinding LeetCode, what should I focus on to stay competitive?
I have a BS in Software Engineering from a state school but nothing higher. Any suggestions on areas to focus on?
The real bottleneck has never been typing. It’s figuring out who the stakeholders are, what they need, and why. That’s messy, political, and brutally hard to automate. For most products, the critical work is defining the problem, not writing the solution.
That kind of work requires soft skills, requirements engineering, deep domain knowledge, and prompt engineering. It’s also much harder to outsource, because deep language and cultural awareness are critical.
If you want to future-proof your career, focus on being really good at understanding and defining the problem to be solved.
You can also just try to earn a shitload of money and not worry about it.
Personally I’ve found the live cheaply option to be much easier.
If all you have to sell is “I codez real gud” and “I pull well defined tickets off of a Jira board”, you’re screwed. No being able to reverse a b tree on the whiteboard while riding a unicycle on a tightrope won’t differentiate you.
- Lou Bloom, Nightcrawler.
The amount of generated code is getting more and more. But also, on the other hand the amount of production ready code is less than before. because people need to make sure it works which in my experience with vibe coding, it never works if you don't review the code apply strict constraints and a good modular folder structure.
Only startups and solo developers skip that part.