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?

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

    This is it. Accomplish a goal, using code. That’s the gist of it.

    The goal starts really simple. Goal #1 is always "Get it to say “Hello World” when I press the run button.

    From there, the goal just needs to progressively grow until you get to things like “I want to automate some manual data entry for an entire industry”

    Apps and websites are good for displaying some sort of data with ways to interact in simple ways.