From a78939bb011bc31c10838efeb7da914a93e48883 Mon Sep 17 00:00:00 2001 From: ipcenas <47504178+ipcenas@users.noreply.github.com> Date: Fri, 24 Apr 2020 09:54:00 +0200 Subject: [PATCH] Add Mastering REST APIs in Node.js: Zero-To-Hero (#1035) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4a85ad4..d70b435 100644 --- a/readme.md +++ b/readme.md @@ -844,6 +844,7 @@ - [Nodetuts](http://nodetuts.com) - Series of talks, including TCP & HTTP API servers, async programming, and more. - [V8 Garbage Collector](https://v8.dev/blog/trash-talk) - Trash talk about the V8 garbage collector. - [10 Things I Regret About Node.js by Ryan Dahl](https://www.youtube.com/watch?v=M3BM9TB-8yA) - Insightful talk by the creator of Node.js about some of its limitions. +- [Mastering REST APIs in Node.js: Zero-To-Hero](https://www.manning.com/livevideo/mastering-rest-apis-in-nodejs) - Video course on how to make REST APIs using Node.js. ### Books