I have a CS degree so I understand programming as a theory (and the math behind it).

But coding up a functioning consumer app (web or mobile) is completely different. What are some intermediate level resources that teaches you to code functioning apps?

Not entirely unnecessary but I don’t need beginner level resources like CS50 or something similar…

Should I just do a coding bootcamp?

  • IntolerantModerate@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    What has worked for me is identifying the problem, sketching out the user flow on paper, and then building it. Something like (let’s say for a CRM).

    User logs in, clicks on new lead, enters this info, sets a reminder. User logs in, converts lead to customer, attaches contract, makes invoice.

    Just try to think what the user wants to accomplish and then work backwards from there.