mirror of
https://github.com/bmorelli25/Become-A-Full-Stack-Web-Developer.git
synced 2026-01-11 03:38:50 +01:00
Updating APIs section, adding webhooks resource
I made a couple of changes I thought might be helpful for this list: * Added a helpful resource on working with webhooks * It seemed like this belonged in the APIs section, and I retitled that section "Learn APIs and Webhooks", but happy to separate the webhooks content into its own section. * I removed the second level of indentation in the APIs section for all the links under the Reddit section (previously everything was a sub-bullet on the Reddit link), because these resources seemed like they should be primary bullets - they didn't relate to the original Reddit link. Let me know if you think this is OK. Happy to adjust the PR with any changes! Thanks.
This commit is contained in:
parent
465307471e
commit
568c22fda8
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue