I've been diving into coding, and while I take the time to understand what I'm learning in tutorials, I find myself forgetting everything after just a month. For instance, a month ago, I learned how to implement dark mode in Vite using TypeScript and Tailwind, and now I can't recall how I did it at all. I didn't just copy-paste the code—I really tried to grasp it. But now I'm worried about how I'll manage in this industry if I keep forgetting what I've learned. Plus, what if I screw up in an interview? I'm looking for tips on how to retain this knowledge and improve my coding skills.
5 Answers
You're in good company! I also get stuck in tutorial hell. What works for me is mixing things up: remake the exercises or tweak things right after watching the tutorial, and use platforms like Codecademy for daily practice.
Don't worry too much—forgetting is part of the process! It takes years for developers to really get into the groove. Just stay committed to coding and tackle some fun projects; it’ll help solidify your skills.
The trick is to practice consistently. Learning anything takes repetition and time, so don’t be discouraged! Just keep at it!
It’s totally normal not to remember code after some time. One effective strategy is to comment your code extensively. This way, when you revisit it later, you can grasp your thought process better, which helps in retaining the knowledge.
Sounds like you're experiencing the 'tutorial plateau.' Try building something on your own without a tutorial. Choose a problem to solve or a project you want to create, and go for it!
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically