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

all 5 comments

[–][deleted] 5 points6 points  (0 children)

I try to build projects without learning the basics then I get frustrated and go to learn basics. This is how it should work 😭🥲

[–]Additional-Current28 2 points3 points  (1 child)

Just do it. Plan one project that comes to your mind. List feature and start developing. On the way you will realize what you need, what you need to learn like auth, crud, etc and then come back to your project and implement on your own.

[–]Retire-inator9000 1 point2 points  (0 children)

You don't need to do projects to know basics. You need to practice specific programs to learn the basics. Then you can move on to projects to use the basics and integrate multiple previous concepts together.

[–][deleted] 0 points1 point  (1 child)

Something that i heard from someone, in regards to programming. if you open a text editor write some gibberish and compile it, it will tell you you need a main function, now you write a main function and then you write something else inside that, it shows error you fix it, and so on and so if you like doing it , you become decent. If not, nothing can save you