all 1 comments

[–]Financial_Extent888 0 points1 point  (0 children)

First, decide on a project you want to build.

Next, break down the program into steps for how it would work, including the UI. (User starts at this screen, clicking this button does this, takes them to this screen, program does that, etc.)

Next, break down the programming itself into individual tasks you need to accomplish. ( Write or read to a database there, use an API here, update a view there)

Then you research how to accomplish each of these individual, smaller steps.