Skip to content

Instantly share code, notes, and snippets.

@victorclee
Last active June 4, 2017 22:16
Show Gist options
  • Save victorclee/33e024aa65cc4cb17bbdb99a77bd551a to your computer and use it in GitHub Desktop.
Save victorclee/33e024aa65cc4cb17bbdb99a77bd551a to your computer and use it in GitHub Desktop.
Oh the things I learn...

TIL - Things I Learned - Sunday 06/04/2017

API

When a web browser sends get requests to an API, the API sends back only data, the developer then is free to use all the data! For example, The City of Chicago has a webpage that stores all of their data, and by law, these data are all open to public to use! I used a Historical Landmark API and got a list of all the historical landmarks in Chicago and I created an app that displays all of the entry in a readable way! (not in array of hashes)

Useful resources

Trello keeps track of everything, from the big picture to the minute details. For free! https://trello.com/
MockFlow is an online wireframe tool for software and websites. https://mockflow.com/
SQL Designer   http://ondras.zarovi.cz/sql/demo/

Capstone app starts today! Super excited!

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