Skip to content

Instantly share code, notes, and snippets.

@abraidotti
Created September 2, 2020 19:12
Show Gist options
  • Save abraidotti/c2700d4c1f3d7bf61d8de79cd1f78f97 to your computer and use it in GitHub Desktop.
Save abraidotti/c2700d4c1f3d7bf61d8de79cd1f78f97 to your computer and use it in GitHub Desktop.
App Development 101 with Sandro

App Development 101 with Sandro

preliminaries

  • how I look up everything I don't know

  • how I consume and create open-source software

  • how I set goals and don't burn out

where to start

Do some free tutorials and watch some videos on these topics

  • html and css

  • JavaScript

  • REST APIs

  • databases and how to query them (start with SQL and NoSQL)

  • git

development environments

  • let's start completely online

  • after that, set up a local dev environment

to be continued...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment