From c4722c5b4d3a806060ba4d2ee3426aa491a0e920 Mon Sep 17 00:00:00 2001 From: Tom Bradley Date: Sat, 6 Mar 2021 05:37:14 +0100 Subject: [PATCH] Add video tutorial (#1104) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ac32c4e..729c625 100644 --- a/readme.md +++ b/readme.md @@ -870,6 +870,7 @@ - [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. +- [Make a vanilla Node.js REST API](https://www.youtube.com/watch?v=_1xa8Bsho6A) - Building a REST API without using a framework like Express. ### Books