Should I Follow Tutorials or Build My Spring Boot Project Independently?

0
0
Asked By CoolCat99 On

I'm currently working on a Spring Boot project to enhance my resume and I've been following some YouTube tutorials to help me along the way. Is following these tutorials a good approach for creating my project, or would it be more beneficial to try building something completely on my own without any guidance?

5 Answers

Answered By LearningNinja24 On

I think tutorials can be really useful, as long as you dive deep into what you're learning instead of just copying and pasting code. What tutorial are you watching? I'm interested in Spring Boot myself and looking for good resources!

TechieGuru88 -

Right now I’m following the 'Embarkx' channel for Spring Boot.

Answered By FrameworkFanatic On

From my experience, YouTube tutorials often don’t cut it for frameworks like Spring. I recommend checking the official Spring website for their learning materials; they're generally more comprehensive.

Answered By BookwormCoder On

Using tutorials can work if that's your learning style. However, I suggest incorporating some books into your study. Video tutorials can be distracting due to interruptions and lack of structure. If you really want to grasp the concepts and add your personal touch to projects, then go for it!

Answered By CodeMaster88 On

Completing the full tutorial to get some working code is a smart move. Just make sure to engage with it thoroughly, then try tweaking and breaking the code a bit. Git is your friend for those moments when things go sideways!

Answered By DevWhiz On

While tutorials can be a great way to get started, I wouldn't suggest putting that project on your résumé as solely your own work. Explore different angles and solutions while you learn. Afterward, reflect on what you've learned and think about how it connects to other projects. It's vital to transition from just following instructions to creating your own projects.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.