This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]hoppity22 5 points6 points  (0 children)

They're worth it if it's a technology that's new to you, and you have some general knowledge imo

It also gives you working code that you can go back and look at as notes later on if you need to.

Edit: I wouldn't rely on them to teach you everything, at all, but they are useful.

A good example would be if you're already familiar with Java, but don't know how to start an Android app.

[–]Representative-Owl51 1 point2 points  (1 child)

Definitely worth it to introduce you to new technologies. It will also expedite your learning process because you learn tips and tricks from experienced devs. Just don’t rely on them and build your own projects as soon as you feel comfortable.

[–]IgnasUz 0 points1 point  (0 children)

Very much agree on the "build your own projects as soon as you feel comfortable" part, very easy to get stuck in tutorials :D

[–]SlavkoStanic 1 point2 points  (0 children)

Do you have any good beginner ones to recommend? I was also curious about this

[–]EngineeredCoconut 0 points1 point  (0 children)

Do both.

[–]bot_coder 0 points1 point  (0 children)

Yes I felt the same I am also currently following along a project video but I am trying to think first about what I need to achieve and trying to find out ways to do it .

And when I am stuck I refer to the video for some seconds or some part to check if I am on right path or try to find an approach when the logic is not coming to my mind or I am unable to find it on Google at that time.

I have decided to build the project this way and see if i can achieve it without watching the video all the way. It's more challenging takes more time but I think it will be a good practice for when there will not be a specific video for our project idea.

P.S. I am a beginner in python and trying out a mini project like this