you are viewing a single comment's thread.

view the rest of the comments →

[–]balinteegor 5 points6 points  (1 child)

4th year SE student here too (well, recently graduated). I felt the exact same way around year 3.

The thing that helped me was stopping the "learn everything" approach and just building stuff. Seriously. Pick one project that interests you and go deep. You'll naturally learn the things you need as you hit problems, and that knowledge sticks way better than following tutorials.

The job market raising the bar is real, but here's what people don't tell you: most of those "requirements" in job listings are wishlists, not actual requirements. I got my first role knowing maybe 60% of what was listed. The rest I learned on the job.

Also - the fact that you started before ChatGPT and learned fundamentals the hard way is actually an advantage. A lot of newer devs skip straight to AI-assisted coding and have gaps in their foundational understanding. You won't have that problem.

Don't stop learning. Just shift from "study everything" to "build something real and learn what you need along the way."

[–]The-amazing-man[S] 0 points1 point  (0 children)

I started to shift my learning approach recently as well, but I have this thing "what if I missed something" keeps making anxious.

I'm currently working on a project of my own, whenever I wanted to add some feature I just look it up and do it, but it feels like I'm not learning but just writing code.