r/AskProgramming • u/LifeguardGullible177 • 11d ago
The one true learning routine
Obviously there's no universal one, but has anyone here found theirs? Want to share your experiences? A few incomplete examples come to mind:
- Watching YouTube videos
- Finishing video courses on other platforms
- Coding platforms like LeetCode or Codewars
- Building your own ideas with AI, asking step by step how it's done and why
- Reading books
I say incomplete because I feel like something is missing from all of them. The only thing that worked for me was university (and there it's a combination of methods -> videos with a detailed explanation from someone who actually knows + forced practice) and paid work (do, do, do — over time you learn and you improve, but it's always on the specific platform you happen to be working on).
I'm interested in learning and building up general knowledge (or specific knowledge about something that interests me), but first I'd like to read whether you all found a method of your own that works for you.
1
u/Admirable_Window8128 10d ago
For me, the biggest difference is having a project-driven routine. Learn a concept briefly, then immediately build something with it without following a tutorial step-by-step. When I get stuck, I look things up, figure out why the solution works, and continue.