From cf327d0ce250e208e9aa770ffd541616793c3437 Mon Sep 17 00:00:00 2001 From: Jad Joubran Date: Mon, 29 Jul 2019 11:20:32 +0200 Subject: [PATCH 1/4] Add learnjavascript.online & codetogo.io to /javascript --- store.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/store.json b/store.json index 986cd43..b9b7fc5 100644 --- a/store.json +++ b/store.json @@ -504,6 +504,16 @@ "title": "Javascript Weekly", "desc": "A free, once–weekly email roundup of JavaScript news and articles.", "url": "https://javascriptweekly.com/" + }, + { + "title": "Learn JavaScript Online", + "desc": "The easiest way to learn & practice modern JavaScript", + "url": "https://learnjavascript.online/" + }, + { + "title": "Code to go", + "desc": "Find up to date snippets for common JavaScript use cases", + "url": "https://codetogo.io/" } ] }, From 367e5408a5644dcc583966147471299231d5dd0d Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 6 Aug 2019 13:36:52 +0200 Subject: [PATCH 2/4] add codrops --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index 5740149..0c20acb 100644 --- a/store.json +++ b/store.json @@ -269,6 +269,11 @@ "title": "UX Collective", "desc": "A Medium-based blog, curating articles on modern UX Design practices, conventions, and ideas.", "url": "https://uxdesign.cc/" + }, + { + "title": "Codrops", + "desc": "Codrops is a web design and development blog that publishes articles and tutorials about the latest web trends, techniques and new possibilities.", + "url": "https://tympanus.net/codrops/" } ] }, From fa8dd2ea940dbbf90f0c4348c86d9a1f2ce5fb97 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 6 Aug 2019 13:45:18 +0200 Subject: [PATCH 3/4] add podcast category --- store.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/store.json b/store.json index 0c20acb..532a1d3 100644 --- a/store.json +++ b/store.json @@ -1066,5 +1066,26 @@ "url": "https://letsencrypt.org/" } ] + }, + { + "title": "Podcasts", + "slug": "/podcasts", + "resources": [ + { + "title": "syntax.fm", + "desc": "Full Stack Developers Wes Bos and Scott Tolinski dive deep into web development topics, explaining how they work and talking about their own experiences. They cover from JavaScript frameworks like React, to the latest advancements in CSS to simplifying web tooling.", + "url": "https://syntax.fm/" + }, + { + "title": "The Changelog", + "desc": "News and podcasts for developers.", + "url": "https://changelog.com/" + }, + { + "title": "Ladybug Podcast", + "desc": "Listen to Kelly Vaughn, Ali Spittel, Emma Wedekind, and Lindsey Kopacz, four women in tech, discuss topics such as how to get your first job in tech and how to manage side projects.", + "url": "https://ladybug.dev/" + } + ] } ] From 27aaee2cd268ebcc2d599ef9df784a62ab3db5cf Mon Sep 17 00:00:00 2001 From: Jacob Herper Date: Tue, 13 Aug 2019 10:17:06 +0100 Subject: [PATCH 4/4] Added JavaScript Questions --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index 5740149..e578991 100644 --- a/store.json +++ b/store.json @@ -509,6 +509,11 @@ "title": "Clean Code Javascript", "desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for JavaScript. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in JavaScript.", "url": "https://github.com/ryanmcdermott/clean-code-javascript" + }, + { + "title": "List of (Advanced) JavaScript Questions", + "desc": "A curated list of JavaScript questions from basic to advanced to either refresh your knowledge or prepare for job interviews. Updated weekly with new questions and available in several languages.", + "url": "https://github.com/lydiahallie/javascript-questions" } ] },