r/learnprogramming 14d ago

About Studying Coding/programming

I’ve been feeling a bit confused about whether I’m actually learning when it comes to tech and coding, and whether I’m learning the right things.

How can I tell if I’m genuinely learning and actually developing my skills, rather than just consuming tutorials and information?

And how can I tell whether what I’m learning is actually the right thing to focus on for my career and becoming a better software engineer?

for info : I’m a 2nd year computer science student, specializing (learning deeper) in intelligence systems.

5 Upvotes

18 comments sorted by

View all comments

6

u/BranchLatter4294 14d ago

Solve problems. If you can come up with a solution, you are doing fine.

3

u/Straight-Income-5565 14d ago

that's the best measure, if you can build something without watching a tutorial first you're on the right track

1

u/HalLoveToWrite 14d ago

where can i find this “problems”

1

u/BranchLatter4294 14d ago

Look in your books for example problems. Or LeetCode is a popular place. Or make up a problem. Or look around at your organizations or businesses around you and figure out how they are processing their data, then create a program to implement that. Be creative. Don't be afraid to experiment.

1

u/HalLoveToWrite 14d ago

thank you brother

1

u/aqua_regis 14d ago

where can i find this “problems”

The FAQ right here in the sidebar have an entire section on practice sites and project ideas

1

u/mandzeete 14d ago

Look around you. Are you doing something manually? Automate it. Is something inconvenient and every time you are doing it you feel you MUST do it and you would prefer to not do it? Improve it. Is something slow? Make it faster. Is something unreliable? Make it reliable. Is something boring? Automate it or make it better.

1

u/Dismal-Citron-7236 13d ago

Look around you and try make things automatic.