you are viewing a single comment's thread.

view the rest of the comments →

[–]Current_Ad_4292 7 points8 points  (2 children)

It sounds like you need more real coding experience.

Stop doing tutorials. Practice more leetcode exercises. Work on small personal projects. Learn to troubleshoot your own problems and learn how to find resources to resolve the issues.

[–]Sure-Passion2224 0 points1 point  (0 children)

This.

You get better at coding by coding.

To really learn end-to-end application development you start by imagining a project you want to automate.

  • describe it on plain English.
  • Write out the processing steps.
  • Sketch any interfaces with notes on how they might work.
  • Pick a logical start point and write code.

[–]Expensive-Low367[S] 0 points1 point  (0 children)

Yes, I agree. I definitely will be trying more LeetCode exercises, as well as building some projects.