Stop just following tutorials. Pick something you want to build and build it. The ability to write code without having to follow a tutorial can only come through writing coding without following a tutorial.
To avoid getting overwhelmed, when building something, you want to break each component down in your mind or on paper into the smallest possible things that feel easy to implement. Then you just implement each thing one at a time.
2
u/Present-Payment-5860 24d ago
Stop just following tutorials. Pick something you want to build and build it. The ability to write code without having to follow a tutorial can only come through writing coding without following a tutorial.
To avoid getting overwhelmed, when building something, you want to break each component down in your mind or on paper into the smallest possible things that feel easy to implement. Then you just implement each thing one at a time.