From f4e3e767fa3efb15a7c3e75a1dd541774da237ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-C=C3=A9dric=20Huet?= Date: Thu, 25 Jul 2019 13:21:42 -0400 Subject: [PATCH] Adding egghead.io as a Fullstack item egghead.io is really a nice platform for beginners and advanced programmers alike to learn. I thought I'd add this entry for others to enjoy. --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index c7d1f51..4324ddf 100644 --- a/store.json +++ b/store.json @@ -291,6 +291,11 @@ "title": "Learn Node", "desc": "Permium course by WesBos teaching you the MEPN (Mongo, Express, Pug, Node) stack using a fullstack project as example.", "url": "https://learnnode.com" + }, + { + "title": "egghead.io", + "desc": "Lecture platform about anything ranging from basic Javascript to advanced React methods. Community courses available free of charge with an opt-in paid section for full course paths.", + "url": "https://egghead.io" } ] },