From 3fdaedd6c4a48f7335018e44d3a5a43b7c4f7d3b Mon Sep 17 00:00:00 2001 From: Beamanator Date: Thu, 27 Jun 2019 18:17:21 +0200 Subject: [PATCH] feat: add The Net Ninja to javascript resources --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index bb4e4f8..aa194b6 100644 --- a/store.json +++ b/store.json @@ -449,6 +449,11 @@ "title": "You might not need jquery", "desc": "jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application. If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency.", "url": "http://youmightnotneedjquery.com" + }, + { + "title": "The Net Ninja - Black-belt your web skills", + "desc": "Free YouTube tutorials on modern JavaScript (beginner to advanced), Node.js, React, Vue.js, Firebase, MongoDB, Plus loads more...", + "url": "https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg/playlists" } ] },