Compare commits

...

2 Commits

Author SHA1 Message Date
ipcenas
30761487da Merge 8f784c1048 into e1864bff86 2024-09-16 03:53:16 +00:00
ipcenas
8f784c1048 Added Mastering REST APIs in Node.js: Zero-To-Hero 2020-04-23 18:25:33 +02:00

View File

@@ -47,6 +47,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [How to GET a cup of coffee](https://www.infoq.com/articles/webber-rest-workflow/) * [How to GET a cup of coffee](https://www.infoq.com/articles/webber-rest-workflow/)
* [REST API Tutorial](https://www.restapitutorial.com/) - RestApiTutorial.com is dedicated to tracking REST API best practices and making resources available to enable quick reference and self education for the development crafts-person. * [REST API Tutorial](https://www.restapitutorial.com/) - RestApiTutorial.com is dedicated to tracking REST API best practices and making resources available to enable quick reference and self education for the development crafts-person.
* [API-Security-Checklist](https://github.com/shieldfy/API-Security-Checklist) - Best practices about REST API security * [API-Security-Checklist](https://github.com/shieldfy/API-Security-Checklist) - Best practices about REST API security
* [Mastering REST APIs in Node.js: Zero-To-Hero](https://www.manning.com/livevideo/mastering-rest-apis-in-nodejs) - Video course about how REST APIs work, how to create them, and how to keep them secure.
### Guidelines ### Guidelines