This commit is contained in:
Dylan J. Sather 2019-04-27 17:12:21 +00:00 committed by GitHub
commit a9d0a7363b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ _Never more than one email per week. Easy to unsubscribe. Your information will
9. **[Full Stack Tutorials](#full-stack-tutorials)**
10. **[Learn Node.js](#learn-node-js)**
11. **[Learn Python](#learn-python)**
12. **[Learn APIs](#learn-apis)**
12. **[Learn APIs and Webhooks](#learn-apis-and-webhooks)**
13. **[Learn Databases](#learn-databases)**
14. **[Learn Authentication](#learn-authentication)**
15. **[Learn Git](#learn-git)**
@ -242,16 +242,17 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [Designing RESTful APIs - Udacity](https://www.udacity.com/course/designing-restful-apis--ud388)
---
### Learn APIs
### Learn APIs and Webhooks
* Where to start with learning APIs [[Reddit Link]](https://www.reddit.com/r/learnprogramming/comments/5761ir/where_to_start_with_learning_how_to_use_apis/)
* [What is an API? In English Please. (Medium)](https://medium.freecodecamp.com/what-is-an-api-in-english-please-b880a3214a82#.vewp5i2n4)
* [Build a simple Weather App with Node.js in just 16 lines of code](https://codeburst.io/build-a-simple-weather-app-with-node-js-in-just-16-lines-of-code-32261690901d)
* [Build Node.js RESTful APIs in 10 Minutes](https://www.codementor.io/olatundegaruba/nodejs-restful-apis-in-10-minutes-q0sgsfhbd)
* [Free Intro to APIs Book/Course by Zapier](https://zapier.com/learn/apis/)
* [Google Maps API](https://developers.google.com/maps/documentation/)
* [Distance Calculator Web Services API](https://developers.google.com/maps/documentation/distance-matrix/start)
* [Build and Secure a Backend API Server](https://www.udacity.com/course/designing-restful-apis--ud388)
* [What is an API? In English Please. (Medium)](https://medium.freecodecamp.com/what-is-an-api-in-english-please-b880a3214a82#.vewp5i2n4)
* [Build a simple Weather App with Node.js in just 16 lines of code](https://codeburst.io/build-a-simple-weather-app-with-node-js-in-just-16-lines-of-code-32261690901d)
* [Build Node.js RESTful APIs in 10 Minutes](https://www.codementor.io/olatundegaruba/nodejs-restful-apis-in-10-minutes-q0sgsfhbd)
* [Free Intro to APIs Book/Course by Zapier](https://zapier.com/learn/apis/)
* [Google Maps API](https://developers.google.com/maps/documentation/)
* [Distance Calculator Web Services API](https://developers.google.com/maps/documentation/distance-matrix/start)
* [Build and Secure a Backend API Server](https://www.udacity.com/course/designing-restful-apis--ud388)
* [Working with Webhooks](https://requestbin.com/blog/working-with-webhooks/)
---
### Learn Databases