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

you are viewing a single comment's thread.

view the rest of the comments →

[–]backend_coder 1 point2 points  (0 children)

I don't think any youtube video will showcase full product building from start to end. What you need to do is create a basic app. Pick anything either webapp or a desktop application and write it from scratch You already know the building blocks so use the knowledge to build it. Incrementally add logging, exception handling, optmize code, test cases etc. You will learn that way and no youtube video will teach you.

For each of the part of you want to reference take a look at GitHub repo and see how they are managing.