I'm feeling stuck in the learning process of web development, caught between what I know and what I don't. I recently came up with an idea for a website that I'd like to build. I graduated with a degree in software development, but I haven't actively coded for about two years due to a tough job market. I've started many projects but never seem to finish them. While I understand the basics of HTML, I want to dive into frameworks and CSS techniques like Flexbox and React to enhance my site. However, when I try tutorials, I often feel either overwhelmed by the basics or lost in advanced topics. Does anyone have tips on how to effectively move forward with my learning?
2 Answers
I recommend getting a broad overview first. Try to understand the concepts and then dive into the details that interest you. Building small proof-of-concept projects can also clarify things and check your assumptions—just don’t expect to learn everything at once; repetition is key!
Forget the tutorials for a bit and just start working on your website idea! Whenever you hit a snag, look up specific solutions, like centering a div with Flexbox or setting up React routing. You'll learn way quicker by solving real problems than by watching someone else code.

I agree! Just-in-Time learning really helps! Focus on practical issues as they come up.